Html Css Color HEX #8AB94D Chelsea Cucumber

📋 copy color: '#8AB94D'

red 138 ◦ green 185 ◦ blue 77

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

Shades of Chelsea Cucumber #8AB94D

Tints of Chelsea Cucumber #8AB94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.25%

R = 34.5%
G = 46.25%
B = 19.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#8AB94D (or 0x8AB94D) is known color: Chelsea Cucumber. HEX triplet: 8A, B9 and 4D. RGB value is (138,185,77). Sum of RGB (Red+Green+Blue) = 138+185+77=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB94D is #7546B2. Grayscale: #9F9F9F. Windows color (decimal): -7685811 or 5093770. OLE color: 5093770.

HSL color Cylindrical-coordinate representation of color #8AB94D: hue angle of 86.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AB94D is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 185 77 -
CMYK 0.25 0 0.58 0.27
HSL 86.11º 0.44% 0.51% -
HSV(B) 86.11º 0.58% 0.73% -
XYZ 29.17 40.64 13.33 -
YUV 158.64 81.93 113.28 -
System Red Green Blue C M Y K H S L
Decimal 138 185 77 0.25 0 0.58 0.27 86.11 0.44 0.51
Hex 8A B9 4D 19 0 3A 1B 56 2C 33
Octal 212 271 115 31 0 72 33 126 54 63
Binary 10001010 10111001 1001101 11001 0 111010 11011 1010110 101100 110011

Color Harmonies of #8AB94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB94D

Black with #8AB94D

Text Example


Text Example

White with #8AB94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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