Html Css Color HEX #8AB95D Chelsea Cucumber

📋 copy color: '#8AB95D'

red 138 ◦ green 185 ◦ blue 93

#8AB95D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #8AB95D

Tints of Chelsea Cucumber #8AB95D

RGB

 RED value IS 138 (54.3% from 255) = 33.17%

 GREEN value IS 185 (72.66% from 255) = 44.47%

 BLUE value IS 93 (36.72% from 255) = 22.36%

R = 33.17%
G = 44.47%
B = 22.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8AB95D (or 0x8AB95D) is known color: Chelsea Cucumber. HEX triplet: 8A, B9 and 5D. RGB value is (138,185,93). Sum of RGB (Red+Green+Blue) = 138+185+93=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB95D is #7546A2. Grayscale: #A0A0A0. Windows color (decimal): -7685795 or 6142346. OLE color: 6142346.

HSL color Cylindrical-coordinate representation of color #8AB95D: hue angle of 90.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AB95D is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 185 93 -
CMYK 0.25 0 0.50 0.27
HSL 90.65º 0.4% 0.55% -
HSV(B) 90.65º 0.5% 0.73% -
XYZ 29.81 40.89 16.68 -
YUV 160.46 89.93 111.98 -
System Red Green Blue C M Y K H S L
Decimal 138 185 93 0.25 0 0.50 0.27 90.65 0.4 0.55
Hex 8A B9 5D 19 0 32 1B 5B 28 37
Octal 212 271 135 31 0 62 33 133 50 67
Binary 10001010 10111001 1011101 11001 0 110010 11011 1011011 101000 110111

Color Harmonies of #8AB95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB95D

Black with #8AB95D

Text Example


Text Example

White with #8AB95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AB95D; }

 p { color: rgb(138,185,93); }

 H1.HeaderClassName
 {
   color: #8AB95D;
 }
 .AnyTagClassName
 {
   color: #8AB95D;
 }
</style>

background-color css

<style>
 a { background-color: #8AB95D; }

 a { background-color: rgb(138,185,93); }

 div.DivClassName
 {
   background-color: #8AB95D;
 }
 .BgClassName
 {
   background-color: #8AB95D;
 }
</style>

border-color css

<style>
 span { border-color: #8AB95D; }

 span { border-color: rgb(138,185,93); }

 td.TdClassName
 {
   border-color: #8AB95D;
 }
 .TagClassName
 {
   border-color: #8AB95D;
 }
</style>