Html Css Color HEX #8DA64B Chelsea Cucumber

📋 copy color: '#8DA64B'

red 141 ◦ green 166 ◦ blue 75

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

Shades of Chelsea Cucumber #8DA64B

Tints of Chelsea Cucumber #8DA64B

RGB

 RED value IS 141 (55.47% from 255) = 36.91%

 GREEN value IS 166 (65.23% from 255) = 43.46%

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 36.91%
G = 43.46%
B = 19.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#8DA64B (or 0x8DA64B) is known color: Chelsea Cucumber. HEX triplet: 8D, A6 and 4B. RGB value is (141,166,75). Sum of RGB (Red+Green+Blue) = 141+166+75=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA64B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA64B is #7259B4. Grayscale: #949494. Windows color (decimal): -7494069 or 4957837. OLE color: 4957837.

HSL color Cylindrical-coordinate representation of color #8DA64B: hue angle of 76.48º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DA64B is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 141 166 75 -
CMYK 0.15 0 0.55 0.35
HSL 76.48º 0.38% 0.47% -
HSV(B) 76.48º 0.55% 0.65% -
XYZ 25.89 33.44 11.75 -
YUV 148.15 86.72 122.9 -
System Red Green Blue C M Y K H S L
Decimal 141 166 75 0.15 0 0.55 0.35 76.48 0.38 0.47
Hex 8D A6 4B F 0 37 23 4C 26 2F
Octal 215 246 113 17 0 67 43 114 46 57
Binary 10001101 10100110 1001011 1111 0 110111 100011 1001100 100110 101111

Color Harmonies of #8DA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA64B

Black with #8DA64B

Text Example


Text Example

White with #8DA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,166,75); }

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

background-color css

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

 a { background-color: rgb(141,166,75); }

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

border-color css

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

 span { border-color: rgb(141,166,75); }

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