Html Css Color HEX #8CB748 Chelsea Cucumber

📋 copy color: '#8CB748'

red 140 ◦ green 183 ◦ blue 72

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

Shades of Chelsea Cucumber #8CB748

Tints of Chelsea Cucumber #8CB748

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.33%

 BLUE value IS 72 (28.52% from 255) = 18.23%

R = 35.44%
G = 46.33%
B = 18.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#8CB748 (or 0x8CB748) is known color: Chelsea Cucumber. HEX triplet: 8C, B7 and 48. RGB value is (140,183,72). Sum of RGB (Red+Green+Blue) = 140+183+72=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB748 is #7348B7. Grayscale: #9D9D9D. Windows color (decimal): -7555256 or 4765580. OLE color: 4765580.

HSL color Cylindrical-coordinate representation of color #8CB748: hue angle of 83.24º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CB748 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 183 72 -
CMYK 0.23 0 0.61 0.28
HSL 83.24º 0.44% 0.5% -
HSV(B) 83.24º 0.61% 0.72% -
XYZ 28.92 39.91 12.31 -
YUV 157.49 79.75 115.53 -
System Red Green Blue C M Y K H S L
Decimal 140 183 72 0.23 0 0.61 0.28 83.24 0.44 0.5
Hex 8C B7 48 17 0 3D 1C 53 2C 32
Octal 214 267 110 27 0 75 34 123 54 62
Binary 10001100 10110111 1001000 10111 0 111101 11100 1010011 101100 110010

Color Harmonies of #8CB748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB748

Black with #8CB748

Text Example


Text Example

White with #8CB748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,183,72); }

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

background-color css

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

 a { background-color: rgb(140,183,72); }

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

border-color css

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

 span { border-color: rgb(140,183,72); }

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