Html Css Color HEX #9CBF56 Chelsea Cucumber

📋 copy color: '#9CBF56'

red 156 ◦ green 191 ◦ blue 86

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

Shades of Chelsea Cucumber #9CBF56

Tints of Chelsea Cucumber #9CBF56

RGB

 RED value IS 156 (61.33% from 255) = 36.03%

 GREEN value IS 191 (75% from 255) = 44.11%

 BLUE value IS 86 (33.98% from 255) = 19.86%

R = 36.03%
G = 44.11%
B = 19.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#9CBF56 (or 0x9CBF56) is known color: Chelsea Cucumber. HEX triplet: 9C, BF and 56. RGB value is (156,191,86). Sum of RGB (Red+Green+Blue) = 156+191+86=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF56 is #6340A9. Grayscale: #A8A8A8. Windows color (decimal): -6504618 or 5685148. OLE color: 5685148.

HSL color Cylindrical-coordinate representation of color #9CBF56: hue angle of 80º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CBF56 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 191 86 -
CMYK 0.18 0 0.55 0.25
HSL 80º 0.45% 0.54% -
HSV(B) 80º 0.55% 0.75% -
XYZ 34.02 45 15.7 -
YUV 168.57 81.4 119.04 -
System Red Green Blue C M Y K H S L
Decimal 156 191 86 0.18 0 0.55 0.25 80 0.45 0.54
Hex 9C BF 56 12 0 37 19 50 2D 36
Octal 234 277 126 22 0 67 31 120 55 66
Binary 10011100 10111111 1010110 10010 0 110111 11001 1010000 101101 110110

Color Harmonies of #9CBF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBF56

Black with #9CBF56

Text Example


Text Example

White with #9CBF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CBF56; }

 p { color: rgb(156,191,86); }

 H1.HeaderClassName
 {
   color: #9CBF56;
 }
 .AnyTagClassName
 {
   color: #9CBF56;
 }
</style>

background-color css

<style>
 a { background-color: #9CBF56; }

 a { background-color: rgb(156,191,86); }

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

border-color css

<style>
 span { border-color: #9CBF56; }

 span { border-color: rgb(156,191,86); }

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