Html Css Color HEX #A8BB69 Olivine

📋 copy color: '#A8BB69'

red 168 ◦ green 187 ◦ blue 105

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

Shades of Olivine #A8BB69

Tints of Olivine #A8BB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.83%

R = 36.52%
G = 40.65%
B = 22.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#A8BB69 (or 0xA8BB69) is known color: Olivine. HEX triplet: A8, BB and 69. RGB value is (168,187,105). Sum of RGB (Red+Green+Blue) = 168+187+105=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB69 is #574496. Grayscale: #ACACAC. Windows color (decimal): -5719191 or 6929320. OLE color: 6929320.

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

Color convert

RGB 168 187 105 -
CMYK 0.10 0 0.44 0.27
HSL 73.9º 0.38% 0.57% -
HSV(B) 73.9º 0.44% 0.73% -
XYZ 36.47 44.89 20.11 -
YUV 171.97 90.21 125.17 -
System Red Green Blue C M Y K H S L
Decimal 168 187 105 0.10 0 0.44 0.27 73.9 0.38 0.57
Hex A8 BB 69 A 0 2C 1B 4A 26 39
Octal 250 273 151 12 0 54 33 112 46 71
Binary 10101000 10111011 1101001 1010 0 101100 11011 1001010 100110 111001

Color Harmonies of #A8BB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB69

Black with #A8BB69

Text Example


Text Example

White with #A8BB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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