Html Css Color HEX #9ACB67 Olivine

📋 copy color: '#9ACB67'

red 154 ◦ green 203 ◦ blue 103

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

Shades of Olivine #9ACB67

Tints of Olivine #9ACB67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.39%

R = 33.48%
G = 44.13%
B = 22.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#9ACB67 (or 0x9ACB67) is known color: Olivine. HEX triplet: 9A, CB and 67. RGB value is (154,203,103). Sum of RGB (Red+Green+Blue) = 154+203+103=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB67 is #653498. Grayscale: #B1B1B1. Windows color (decimal): -6632601 or 6802330. OLE color: 6802330.

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

Color convert

RGB 154 203 103 -
CMYK 0.24 0 0.49 0.20
HSL 89.4º 0.49% 0.6% -
HSV(B) 89.4º 0.49% 0.8% -
XYZ 37.13 50.56 20.63 -
YUV 176.95 86.27 111.63 -
System Red Green Blue C M Y K H S L
Decimal 154 203 103 0.24 0 0.49 0.20 89.4 0.49 0.6
Hex 9A CB 67 18 0 31 14 59 31 3C
Octal 232 313 147 30 0 61 24 131 61 74
Binary 10011010 11001011 1100111 11000 0 110001 10100 1011001 110001 111100

Color Harmonies of #9ACB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACB67

Black with #9ACB67

Text Example


Text Example

White with #9ACB67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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