Html Css Color HEX #9CBD78 Olivine

📋 copy color: '#9CBD78'

red 156 ◦ green 189 ◦ blue 120

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

Shades of Olivine #9CBD78

Tints of Olivine #9CBD78

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.65%

 BLUE value IS 120 (47.27% from 255) = 25.81%

R = 33.55%
G = 40.65%
B = 25.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#9CBD78 (or 0x9CBD78) is known color: Olivine. HEX triplet: 9C, BD and 78. RGB value is (156,189,120). Sum of RGB (Red+Green+Blue) = 156+189+120=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD78 is #634287. Grayscale: #ABABAB. Windows color (decimal): -6505096 or 7912860. OLE color: 7912860.

HSL color Cylindrical-coordinate representation of color #9CBD78: hue angle of 88.7º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CBD78 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 189 120 -
CMYK 0.17 0 0.37 0.26
HSL 88.7º 0.34% 0.61% -
HSV(B) 88.7º 0.37% 0.74% -
XYZ 35.3 44.82 24.56 -
YUV 171.27 99.07 117.11 -
System Red Green Blue C M Y K H S L
Decimal 156 189 120 0.17 0 0.37 0.26 88.7 0.34 0.61
Hex 9C BD 78 11 0 25 1A 59 22 3D
Octal 234 275 170 21 0 45 32 131 42 75
Binary 10011100 10111101 1111000 10001 0 100101 11010 1011001 100010 111101

Color Harmonies of #9CBD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBD78

Black with #9CBD78

Text Example


Text Example

White with #9CBD78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,189,120); }

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

background-color css

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

 a { background-color: rgb(156,189,120); }

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

border-color css

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

 span { border-color: rgb(156,189,120); }

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