Html Css Color HEX #A2CB73 Olivine

📋 copy color: '#A2CB73'

red 162 ◦ green 203 ◦ blue 115

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

Shades of Olivine #A2CB73

Tints of Olivine #A2CB73

RGB

 RED value IS 162 (63.67% from 255) = 33.75%

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

 BLUE value IS 115 (45.31% from 255) = 23.96%

R = 33.75%
G = 42.29%
B = 23.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#A2CB73 (or 0xA2CB73) is known color: Olivine. HEX triplet: A2, CB and 73. RGB value is (162,203,115). Sum of RGB (Red+Green+Blue) = 162+203+115=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB73 is #5D348C. Grayscale: #B5B5B5. Windows color (decimal): -6108301 or 7588770. OLE color: 7588770.

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

Color convert

RGB 162 203 115 -
CMYK 0.20 0 0.43 0.20
HSL 87.95º 0.46% 0.62% -
HSV(B) 87.95º 0.43% 0.8% -
XYZ 39.35 51.63 24.11 -
YUV 180.71 90.92 114.66 -
System Red Green Blue C M Y K H S L
Decimal 162 203 115 0.20 0 0.43 0.20 87.95 0.46 0.62
Hex A2 CB 73 14 0 2B 14 58 2E 3E
Octal 242 313 163 24 0 53 24 130 56 76
Binary 10100010 11001011 1110011 10100 0 101011 10100 1011000 101110 111110

Color Harmonies of #A2CB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CB73

Black with #A2CB73

Text Example


Text Example

White with #A2CB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CB73; }

 p { color: rgb(162,203,115); }

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

background-color css

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

 a { background-color: rgb(162,203,115); }

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

border-color css

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

 span { border-color: rgb(162,203,115); }

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