Html Css Color HEX #A8CB6E Olivine

📋 copy color: '#A8CB6E'

red 168 ◦ green 203 ◦ blue 110

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

Shades of Olivine #A8CB6E

Tints of Olivine #A8CB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.87%

R = 34.93%
G = 42.2%
B = 22.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#A8CB6E (or 0xA8CB6E) is known color: Olivine. HEX triplet: A8, CB and 6E. RGB value is (168,203,110). Sum of RGB (Red+Green+Blue) = 168+203+110=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB6E is #573491. Grayscale: #B6B6B6. Windows color (decimal): -5715090 or 7261096. OLE color: 7261096.

HSL color Cylindrical-coordinate representation of color #A8CB6E: hue angle of 82.58º 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 #A8CB6E is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 203 110 -
CMYK 0.17 0 0.46 0.20
HSL 82.58º 0.47% 0.61% -
HSV(B) 82.58º 0.46% 0.8% -
XYZ 40.32 52.16 22.7 -
YUV 181.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 168 203 110 0.17 0 0.46 0.20 82.58 0.47 0.61
Hex A8 CB 6E 11 0 2E 14 53 2F 3D
Octal 250 313 156 21 0 56 24 123 57 75
Binary 10101000 11001011 1101110 10001 0 101110 10100 1010011 101111 111101

Color Harmonies of #A8CB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CB6E

Black with #A8CB6E

Text Example


Text Example

White with #A8CB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CB6E; }

 p { color: rgb(168,203,110); }

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

background-color css

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

 a { background-color: rgb(168,203,110); }

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

border-color css

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

 span { border-color: rgb(168,203,110); }

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