Html Css Color HEX #8BB94C Chelsea Cucumber

📋 copy color: '#8BB94C'

red 139 ◦ green 185 ◦ blue 76

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

Shades of Chelsea Cucumber #8BB94C

Tints of Chelsea Cucumber #8BB94C

RGB

 RED value IS 139 (54.69% from 255) = 34.75%

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

 BLUE value IS 76 (30.08% from 255) = 19%

R = 34.75%
G = 46.25%
B = 19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#8BB94C (or 0x8BB94C) is known color: Chelsea Cucumber. HEX triplet: 8B, B9 and 4C. RGB value is (139,185,76). Sum of RGB (Red+Green+Blue) = 139+185+76=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB94C is #7446B3. Grayscale: #9F9F9F. Windows color (decimal): -7620276 or 5028235. OLE color: 5028235.

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

Color convert

RGB 139 185 76 -
CMYK 0.25 0 0.59 0.27
HSL 85.32º 0.44% 0.51% -
HSV(B) 85.32º 0.59% 0.73% -
XYZ 29.3 40.71 13.15 -
YUV 158.82 81.26 113.86 -
System Red Green Blue C M Y K H S L
Decimal 139 185 76 0.25 0 0.59 0.27 85.32 0.44 0.51
Hex 8B B9 4C 19 0 3B 1B 55 2C 33
Octal 213 271 114 31 0 73 33 125 54 63
Binary 10001011 10111001 1001100 11001 0 111011 11011 1010101 101100 110011

Color Harmonies of #8BB94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB94C

Black with #8BB94C

Text Example


Text Example

White with #8BB94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,185,76); }

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

background-color css

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

 a { background-color: rgb(139,185,76); }

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

border-color css

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

 span { border-color: rgb(139,185,76); }

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