Html Css Color HEX #8CAC4B Chelsea Cucumber

📋 copy color: '#8CAC4B'

red 140 ◦ green 172 ◦ blue 75

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

Shades of Chelsea Cucumber #8CAC4B

Tints of Chelsea Cucumber #8CAC4B

RGB

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

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

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

R = 36.18%
G = 44.44%
B = 19.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#8CAC4B (or 0x8CAC4B) is known color: Chelsea Cucumber. HEX triplet: 8C, AC and 4B. RGB value is (140,172,75). Sum of RGB (Red+Green+Blue) = 140+172+75=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAC4B is #7353B4. Grayscale: #979797. Windows color (decimal): -7558069 or 4959372. OLE color: 4959372.

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

Color convert

RGB 140 172 75 -
CMYK 0.19 0 0.56 0.33
HSL 79.79º 0.39% 0.48% -
HSV(B) 79.79º 0.56% 0.67% -
XYZ 26.84 35.59 12.11 -
YUV 151.37 84.9 119.89 -
System Red Green Blue C M Y K H S L
Decimal 140 172 75 0.19 0 0.56 0.33 79.79 0.39 0.48
Hex 8C AC 4B 13 0 38 21 50 27 30
Octal 214 254 113 23 0 70 41 120 47 60
Binary 10001100 10101100 1001011 10011 0 111000 100001 1010000 100111 110000

Color Harmonies of #8CAC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC4B

Black with #8CAC4B

Text Example


Text Example

White with #8CAC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,172,75); }

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

background-color css

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

 a { background-color: rgb(140,172,75); }

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

border-color css

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

 span { border-color: rgb(140,172,75); }

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