Html Css Color HEX #A8BB6B Olivine

📋 copy color: '#A8BB6B'

red 168 ◦ green 187 ◦ blue 107

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

Shades of Olivine #A8BB6B

Tints of Olivine #A8BB6B

RGB

 RED value IS 168 (66.02% from 255) = 36.36%

 GREEN value IS 187 (73.44% from 255) = 40.48%

 BLUE value IS 107 (42.19% from 255) = 23.16%

R = 36.36%
G = 40.48%
B = 23.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#A8BB6B (or 0xA8BB6B) is known color: Olivine. HEX triplet: A8, BB and 6B. RGB value is (168,187,107). Sum of RGB (Red+Green+Blue) = 168+187+107=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB6B is #574494. Grayscale: #ACACAC. Windows color (decimal): -5719189 or 7060392. OLE color: 7060392.

HSL color Cylindrical-coordinate representation of color #A8BB6B: hue angle of 74.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8BB6B is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 187 107 -
CMYK 0.10 0 0.43 0.27
HSL 74.25º 0.37% 0.58% -
HSV(B) 74.25º 0.43% 0.73% -
XYZ 36.57 44.93 20.65 -
YUV 172.2 91.21 125 -
System Red Green Blue C M Y K H S L
Decimal 168 187 107 0.10 0 0.43 0.27 74.25 0.37 0.58
Hex A8 BB 6B A 0 2B 1B 4A 25 3A
Octal 250 273 153 12 0 53 33 112 45 72
Binary 10101000 10111011 1101011 1010 0 101011 11011 1001010 100101 111010

Color Harmonies of #A8BB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB6B

Black with #A8BB6B

Text Example


Text Example

White with #A8BB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB6B; }

 p { color: rgb(168,187,107); }

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

background-color css

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

 a { background-color: rgb(168,187,107); }

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

border-color css

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

 span { border-color: rgb(168,187,107); }

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