Html Css Color HEX #9ACB65 Olivine

📋 copy color: '#9ACB65'

red 154 ◦ green 203 ◦ blue 101

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

Shades of Olivine #9ACB65

Tints of Olivine #9ACB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.05%

R = 33.62%
G = 44.32%
B = 22.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#9ACB65 (or 0x9ACB65) is known color: Olivine. HEX triplet: 9A, CB and 65. RGB value is (154,203,101). Sum of RGB (Red+Green+Blue) = 154+203+101=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB65 is #65349A. Grayscale: #B1B1B1. Windows color (decimal): -6632603 or 6671258. OLE color: 6671258.

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

Color convert

RGB 154 203 101 -
CMYK 0.24 0 0.50 0.20
HSL 88.82º 0.5% 0.6% -
HSV(B) 88.82º 0.5% 0.8% -
XYZ 37.03 50.52 20.11 -
YUV 176.72 85.27 111.79 -
System Red Green Blue C M Y K H S L
Decimal 154 203 101 0.24 0 0.50 0.20 88.82 0.5 0.6
Hex 9A CB 65 18 0 32 14 59 32 3C
Octal 232 313 145 30 0 62 24 131 62 74
Binary 10011010 11001011 1100101 11000 0 110010 10100 1011001 110010 111100

Color Harmonies of #9ACB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACB65

Black with #9ACB65

Text Example


Text Example

White with #9ACB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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