Html Css Color HEX #8CBB5A Chelsea Cucumber

📋 copy color: '#8CBB5A'

red 140 ◦ green 187 ◦ blue 90

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

Shades of Chelsea Cucumber #8CBB5A

Tints of Chelsea Cucumber #8CBB5A

RGB

 RED value IS 140 (55.08% from 255) = 33.57%

 GREEN value IS 187 (73.44% from 255) = 44.84%

 BLUE value IS 90 (35.55% from 255) = 21.58%

R = 33.57%
G = 44.84%
B = 21.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#8CBB5A (or 0x8CBB5A) is known color: Chelsea Cucumber. HEX triplet: 8C, BB and 5A. RGB value is (140,187,90). Sum of RGB (Red+Green+Blue) = 140+187+90=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBB5A is #7344A5. Grayscale: #A2A2A2. Windows color (decimal): -7554214 or 5946252. OLE color: 5946252.

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

Color convert

RGB 140 187 90 -
CMYK 0.25 0 0.52 0.27
HSL 89.07º 0.42% 0.54% -
HSV(B) 89.07º 0.52% 0.73% -
XYZ 30.43 41.85 16.15 -
YUV 161.89 87.43 112.39 -
System Red Green Blue C M Y K H S L
Decimal 140 187 90 0.25 0 0.52 0.27 89.07 0.42 0.54
Hex 8C BB 5A 19 0 34 1B 59 2A 36
Octal 214 273 132 31 0 64 33 131 52 66
Binary 10001100 10111011 1011010 11001 0 110100 11011 1011001 101010 110110

Color Harmonies of #8CBB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBB5A

Black with #8CBB5A

Text Example


Text Example

White with #8CBB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,187,90); }

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

background-color css

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

 a { background-color: rgb(140,187,90); }

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

border-color css

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

 span { border-color: rgb(140,187,90); }

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