Html Css Color HEX #A1CB76 Olivine

📋 copy color: '#A1CB76'

red 161 ◦ green 203 ◦ blue 118

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

Shades of Olivine #A1CB76

Tints of Olivine #A1CB76

RGB

 RED value IS 161 (63.28% from 255) = 33.4%

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

 BLUE value IS 118 (46.48% from 255) = 24.48%

R = 33.4%
G = 42.12%
B = 24.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#A1CB76 (or 0xA1CB76) is known color: Olivine. HEX triplet: A1, CB and 76. RGB value is (161,203,118). Sum of RGB (Red+Green+Blue) = 161+203+118=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CB76 is #5E3489. Grayscale: #B5B5B5. Windows color (decimal): -6173834 or 7785377. OLE color: 7785377.

HSL color Cylindrical-coordinate representation of color #A1CB76: hue angle of 89.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1CB76 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 203 118 -
CMYK 0.21 0 0.42 0.20
HSL 89.65º 0.45% 0.63% -
HSV(B) 89.65º 0.42% 0.8% -
XYZ 39.32 51.6 25.03 -
YUV 180.75 92.59 113.91 -
System Red Green Blue C M Y K H S L
Decimal 161 203 118 0.21 0 0.42 0.20 89.65 0.45 0.63
Hex A1 CB 76 15 0 2A 14 5A 2D 3F
Octal 241 313 166 25 0 52 24 132 55 77
Binary 10100001 11001011 1110110 10101 0 101010 10100 1011010 101101 111111

Color Harmonies of #A1CB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CB76

Black with #A1CB76

Text Example


Text Example

White with #A1CB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CB76; }

 p { color: rgb(161,203,118); }

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

background-color css

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

 a { background-color: rgb(161,203,118); }

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

border-color css

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

 span { border-color: rgb(161,203,118); }

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