Html Css Color HEX #A8BF66 Olivine

📋 copy color: '#A8BF66'

red 168 ◦ green 191 ◦ blue 102

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

Shades of Olivine #A8BF66

Tints of Olivine #A8BF66

RGB

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

 GREEN value IS 191 (75% from 255) = 41.43%

 BLUE value IS 102 (40.23% from 255) = 22.13%

R = 36.44%
G = 41.43%
B = 22.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#A8BF66 (or 0xA8BF66) is known color: Olivine. HEX triplet: A8, BF and 66. RGB value is (168,191,102). Sum of RGB (Red+Green+Blue) = 168+191+102=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF66 is #574099. Grayscale: #AEAEAE. Windows color (decimal): -5718170 or 6733736. OLE color: 6733736.

HSL color Cylindrical-coordinate representation of color #A8BF66: hue angle of 75.51º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8BF66 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 191 102 -
CMYK 0.12 0 0.47 0.25
HSL 75.51º 0.41% 0.57% -
HSV(B) 75.51º 0.47% 0.75% -
XYZ 37.18 46.55 19.6 -
YUV 173.98 87.38 123.74 -
System Red Green Blue C M Y K H S L
Decimal 168 191 102 0.12 0 0.47 0.25 75.51 0.41 0.57
Hex A8 BF 66 C 0 2F 19 4C 29 39
Octal 250 277 146 14 0 57 31 114 51 71
Binary 10101000 10111111 1100110 1100 0 101111 11001 1001100 101001 111001

Color Harmonies of #A8BF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BF66

Black with #A8BF66

Text Example


Text Example

White with #A8BF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BF66; }

 p { color: rgb(168,191,102); }

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

background-color css

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

 a { background-color: rgb(168,191,102); }

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

border-color css

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

 span { border-color: rgb(168,191,102); }

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