Html Css Color HEX #A6CB64 Olivine

📋 copy color: '#A6CB64'

red 166 ◦ green 203 ◦ blue 100

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

Shades of Olivine #A6CB64

Tints of Olivine #A6CB64

RGB

 RED value IS 166 (65.23% from 255) = 35.39%

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

 BLUE value IS 100 (39.45% from 255) = 21.32%

R = 35.39%
G = 43.28%
B = 21.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#A6CB64 (or 0xA6CB64) is known color: Olivine. HEX triplet: A6, CB and 64. RGB value is (166,203,100). Sum of RGB (Red+Green+Blue) = 166+203+100=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CB64 is #59349B. Grayscale: #B4B4B4. Windows color (decimal): -5846172 or 6605734. OLE color: 6605734.

HSL color Cylindrical-coordinate representation of color #A6CB64: hue angle of 81.55º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6CB64 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 203 100 -
CMYK 0.18 0 0.51 0.20
HSL 81.55º 0.5% 0.59% -
HSV(B) 81.55º 0.51% 0.8% -
XYZ 39.38 51.74 19.97 -
YUV 180.2 82.74 117.88 -
System Red Green Blue C M Y K H S L
Decimal 166 203 100 0.18 0 0.51 0.20 81.55 0.5 0.59
Hex A6 CB 64 12 0 33 14 52 32 3B
Octal 246 313 144 22 0 63 24 122 62 73
Binary 10100110 11001011 1100100 10010 0 110011 10100 1010010 110010 111011

Color Harmonies of #A6CB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CB64

Black with #A6CB64

Text Example


Text Example

White with #A6CB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CB64; }

 p { color: rgb(166,203,100); }

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

background-color css

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

 a { background-color: rgb(166,203,100); }

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

border-color css

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

 span { border-color: rgb(166,203,100); }

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