Html Css Color HEX #9CBD70 Olivine

📋 copy color: '#9CBD70'

red 156 ◦ green 189 ◦ blue 112

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

Shades of Olivine #9CBD70

Tints of Olivine #9CBD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.51%

R = 34.14%
G = 41.36%
B = 24.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#9CBD70 (or 0x9CBD70) is known color: Olivine. HEX triplet: 9C, BD and 70. RGB value is (156,189,112). Sum of RGB (Red+Green+Blue) = 156+189+112=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD70 is #63428F. Grayscale: #AAAAAA. Windows color (decimal): -6505104 or 7388572. OLE color: 7388572.

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

Color convert

RGB 156 189 112 -
CMYK 0.17 0 0.41 0.26
HSL 85.71º 0.37% 0.59% -
HSV(B) 85.71º 0.41% 0.74% -
XYZ 34.83 44.63 22.11 -
YUV 170.36 95.07 117.76 -
System Red Green Blue C M Y K H S L
Decimal 156 189 112 0.17 0 0.41 0.26 85.71 0.37 0.59
Hex 9C BD 70 11 0 29 1A 56 25 3B
Octal 234 275 160 21 0 51 32 126 45 73
Binary 10011100 10111101 1110000 10001 0 101001 11010 1010110 100101 111011

Color Harmonies of #9CBD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBD70

Black with #9CBD70

Text Example


Text Example

White with #9CBD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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