Html Css Color HEX #A8CA6B Olivine

📋 copy color: '#A8CA6B'

red 168 ◦ green 202 ◦ blue 107

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

Shades of Olivine #A8CA6B

Tints of Olivine #A8CA6B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.35%

 BLUE value IS 107 (42.19% from 255) = 22.43%

R = 35.22%
G = 42.35%
B = 22.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#A8CA6B (or 0xA8CA6B) is known color: Olivine. HEX triplet: A8, CA and 6B. RGB value is (168,202,107). Sum of RGB (Red+Green+Blue) = 168+202+107=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA6B is #573594. Grayscale: #B5B5B5. Windows color (decimal): -5715349 or 7064232. OLE color: 7064232.

HSL color Cylindrical-coordinate representation of color #A8CA6B: hue angle of 81.47º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8CA6B is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 202 107 -
CMYK 0.17 0 0.47 0.21
HSL 81.47º 0.47% 0.61% -
HSV(B) 81.47º 0.47% 0.79% -
XYZ 39.92 51.63 21.77 -
YUV 181 86.24 118.72 -
System Red Green Blue C M Y K H S L
Decimal 168 202 107 0.17 0 0.47 0.21 81.47 0.47 0.61
Hex A8 CA 6B 11 0 2F 15 51 2F 3D
Octal 250 312 153 21 0 57 25 121 57 75
Binary 10101000 11001010 1101011 10001 0 101111 10101 1010001 101111 111101

Color Harmonies of #A8CA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA6B

Black with #A8CA6B

Text Example


Text Example

White with #A8CA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA6B; }

 p { color: rgb(168,202,107); }

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

background-color css

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

 a { background-color: rgb(168,202,107); }

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

border-color css

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

 span { border-color: rgb(168,202,107); }

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