Html Css Color HEX #8CAD4B Chelsea Cucumber

📋 copy color: '#8CAD4B'

red 140 ◦ green 173 ◦ blue 75

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

Shades of Chelsea Cucumber #8CAD4B

Tints of Chelsea Cucumber #8CAD4B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.59%

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

R = 36.08%
G = 44.59%
B = 19.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#8CAD4B (or 0x8CAD4B) is known color: Chelsea Cucumber. HEX triplet: 8C, AD and 4B. RGB value is (140,173,75). Sum of RGB (Red+Green+Blue) = 140+173+75=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAD4B is #7352B4. Grayscale: #989898. Windows color (decimal): -7557813 or 4959628. OLE color: 4959628.

HSL color Cylindrical-coordinate representation of color #8CAD4B: hue angle of 80.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CAD4B is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 173 75 -
CMYK 0.19 0 0.57 0.32
HSL 80.2º 0.4% 0.49% -
HSV(B) 80.2º 0.57% 0.68% -
XYZ 27.03 35.97 12.18 -
YUV 151.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 140 173 75 0.19 0 0.57 0.32 80.2 0.4 0.49
Hex 8C AD 4B 13 0 39 20 50 28 31
Octal 214 255 113 23 0 71 40 120 50 61
Binary 10001100 10101101 1001011 10011 0 111001 100000 1010000 101000 110001

Color Harmonies of #8CAD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAD4B

Black with #8CAD4B

Text Example


Text Example

White with #8CAD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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