Html Css Color HEX #9ACB72 Olivine

📋 copy color: '#9ACB72'

red 154 ◦ green 203 ◦ blue 114

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

Shades of Olivine #9ACB72

Tints of Olivine #9ACB72

RGB

 RED value IS 154 (60.55% from 255) = 32.7%

 GREEN value IS 203 (79.69% from 255) = 43.1%

 BLUE value IS 114 (44.92% from 255) = 24.2%

R = 32.7%
G = 43.1%
B = 24.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#9ACB72 (or 0x9ACB72) is known color: Olivine. HEX triplet: 9A, CB and 72. RGB value is (154,203,114). Sum of RGB (Red+Green+Blue) = 154+203+114=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB72 is #65348D. Grayscale: #B2B2B2. Windows color (decimal): -6632590 or 7523226. OLE color: 7523226.

HSL color Cylindrical-coordinate representation of color #9ACB72: hue angle of 93.03º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ACB72 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 203 114 -
CMYK 0.24 0 0.44 0.20
HSL 93.03º 0.46% 0.62% -
HSV(B) 93.03º 0.44% 0.8% -
XYZ 37.72 50.8 23.74 -
YUV 178.2 91.77 110.74 -
System Red Green Blue C M Y K H S L
Decimal 154 203 114 0.24 0 0.44 0.20 93.03 0.46 0.62
Hex 9A CB 72 18 0 2C 14 5D 2E 3E
Octal 232 313 162 30 0 54 24 135 56 76
Binary 10011010 11001011 1110010 11000 0 101100 10100 1011101 101110 111110

Color Harmonies of #9ACB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACB72

Black with #9ACB72

Text Example


Text Example

White with #9ACB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,203,114); }

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

background-color css

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

 a { background-color: rgb(154,203,114); }

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

border-color css

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

 span { border-color: rgb(154,203,114); }

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