Html Css Color HEX #8CB94A Chelsea Cucumber

📋 copy color: '#8CB94A'

red 140 ◦ green 185 ◦ blue 74

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

Shades of Chelsea Cucumber #8CB94A

Tints of Chelsea Cucumber #8CB94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.55%

R = 35.09%
G = 46.37%
B = 18.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#8CB94A (or 0x8CB94A) is known color: Chelsea Cucumber. HEX triplet: 8C, B9 and 4A. RGB value is (140,185,74). Sum of RGB (Red+Green+Blue) = 140+185+74=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB94A is #7346B5. Grayscale: #9F9F9F. Windows color (decimal): -7554742 or 4897164. OLE color: 4897164.

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

Color convert

RGB 140 185 74 -
CMYK 0.24 0 0.6 0.27
HSL 84.32º 0.44% 0.51% -
HSV(B) 84.32º 0.6% 0.73% -
XYZ 29.4 40.77 12.8 -
YUV 158.89 80.09 114.53 -
System Red Green Blue C M Y K H S L
Decimal 140 185 74 0.24 0 0.6 0.27 84.32 0.44 0.51
Hex 8C B9 4A 18 0 3C 1B 54 2C 33
Octal 214 271 112 30 0 74 33 124 54 63
Binary 10001100 10111001 1001010 11000 0 111100 11011 1010100 101100 110011

Color Harmonies of #8CB94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB94A

Black with #8CB94A

Text Example


Text Example

White with #8CB94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,185,74); }

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

background-color css

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

 a { background-color: rgb(140,185,74); }

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

border-color css

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

 span { border-color: rgb(140,185,74); }

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