Html Css Color HEX #8BAC42 Chelsea Cucumber

📋 copy color: '#8BAC42'

red 139 ◦ green 172 ◦ blue 66

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

Shades of Chelsea Cucumber #8BAC42

Tints of Chelsea Cucumber #8BAC42

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.62%

 BLUE value IS 66 (26.17% from 255) = 17.51%

R = 36.87%
G = 45.62%
B = 17.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#8BAC42 (or 0x8BAC42) is known color: Chelsea Cucumber. HEX triplet: 8B, AC and 42. RGB value is (139,172,66). Sum of RGB (Red+Green+Blue) = 139+172+66=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAC42 is #7453BD. Grayscale: #969696. Windows color (decimal): -7623614 or 4369547. OLE color: 4369547.

HSL color Cylindrical-coordinate representation of color #8BAC42: hue angle of 78.68º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8BAC42 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 172 66 -
CMYK 0.19 0 0.62 0.33
HSL 78.68º 0.45% 0.47% -
HSV(B) 78.68º 0.62% 0.67% -
XYZ 26.38 35.39 10.59 -
YUV 150.05 80.57 120.12 -
System Red Green Blue C M Y K H S L
Decimal 139 172 66 0.19 0 0.62 0.33 78.68 0.45 0.47
Hex 8B AC 42 13 0 3E 21 4F 2D 2F
Octal 213 254 102 23 0 76 41 117 55 57
Binary 10001011 10101100 1000010 10011 0 111110 100001 1001111 101101 101111

Color Harmonies of #8BAC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAC42

Black with #8BAC42

Text Example


Text Example

White with #8BAC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,172,66); }

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

background-color css

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

 a { background-color: rgb(139,172,66); }

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

border-color css

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

 span { border-color: rgb(139,172,66); }

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