Html Css Color HEX #9AB267 Olivine

📋 copy color: '#9AB267'

red 154 ◦ green 178 ◦ blue 103

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

Shades of Olivine #9AB267

Tints of Olivine #9AB267

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.92%

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

R = 35.4%
G = 40.92%
B = 23.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#9AB267 (or 0x9AB267) is known color: Olivine. HEX triplet: 9A, B2 and 67. RGB value is (154,178,103). Sum of RGB (Red+Green+Blue) = 154+178+103=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB267 is #654D98. Grayscale: #A2A2A2. Windows color (decimal): -6639001 or 6795930. OLE color: 6795930.

HSL color Cylindrical-coordinate representation of color #9AB267: hue angle of 79.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9AB267 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 178 103 -
CMYK 0.13 0 0.42 0.30
HSL 79.2º 0.33% 0.55% -
HSV(B) 79.2º 0.42% 0.7% -
XYZ 31.7 39.69 18.82 -
YUV 162.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 154 178 103 0.13 0 0.42 0.30 79.2 0.33 0.55
Hex 9A B2 67 D 0 2A 1E 4F 21 37
Octal 232 262 147 15 0 52 36 117 41 67
Binary 10011010 10110010 1100111 1101 0 101010 11110 1001111 100001 110111

Color Harmonies of #9AB267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB267

Black with #9AB267

Text Example


Text Example

White with #9AB267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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