Html Css Color HEX #A6CB6D Olivine

📋 copy color: '#A6CB6D'

red 166 ◦ green 203 ◦ blue 109

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

Shades of Olivine #A6CB6D

Tints of Olivine #A6CB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.8%

R = 34.73%
G = 42.47%
B = 22.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#A6CB6D (or 0xA6CB6D) is known color: Olivine. HEX triplet: A6, CB and 6D. RGB value is (166,203,109). Sum of RGB (Red+Green+Blue) = 166+203+109=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CB6D is #593492. Grayscale: #B5B5B5. Windows color (decimal): -5846163 or 7195558. OLE color: 7195558.

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

Color convert

RGB 166 203 109 -
CMYK 0.18 0 0.46 0.20
HSL 83.62º 0.47% 0.61% -
HSV(B) 83.62º 0.46% 0.8% -
XYZ 39.84 51.92 22.39 -
YUV 181.22 87.24 117.14 -
System Red Green Blue C M Y K H S L
Decimal 166 203 109 0.18 0 0.46 0.20 83.62 0.47 0.61
Hex A6 CB 6D 12 0 2E 14 54 2F 3D
Octal 246 313 155 22 0 56 24 124 57 75
Binary 10100110 11001011 1101101 10010 0 101110 10100 1010100 101111 111101

Color Harmonies of #A6CB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CB6D

Black with #A6CB6D

Text Example


Text Example

White with #A6CB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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