Html Css Color HEX #A2CB68 Olivine

📋 copy color: '#A2CB68'

red 162 ◦ green 203 ◦ blue 104

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

Shades of Olivine #A2CB68

Tints of Olivine #A2CB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.17%

R = 34.54%
G = 43.28%
B = 22.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#A2CB68 (or 0xA2CB68) is known color: Olivine. HEX triplet: A2, CB and 68. RGB value is (162,203,104). Sum of RGB (Red+Green+Blue) = 162+203+104=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB68 is #5D3497. Grayscale: #B3B3B3. Windows color (decimal): -6108312 or 6867874. OLE color: 6867874.

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

Color convert

RGB 162 203 104 -
CMYK 0.20 0 0.49 0.20
HSL 84.85º 0.49% 0.6% -
HSV(B) 84.85º 0.49% 0.8% -
XYZ 38.75 51.39 20.97 -
YUV 179.46 85.42 115.55 -
System Red Green Blue C M Y K H S L
Decimal 162 203 104 0.20 0 0.49 0.20 84.85 0.49 0.6
Hex A2 CB 68 14 0 31 14 55 31 3C
Octal 242 313 150 24 0 61 24 125 61 74
Binary 10100010 11001011 1101000 10100 0 110001 10100 1010101 110001 111100

Color Harmonies of #A2CB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CB68

Black with #A2CB68

Text Example


Text Example

White with #A2CB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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