Html Css Color HEX #A0BF5C Olivine

📋 copy color: '#A0BF5C'

red 160 ◦ green 191 ◦ blue 92

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

Shades of Olivine #A0BF5C

Tints of Olivine #A0BF5C

RGB

 RED value IS 160 (62.89% from 255) = 36.12%

 GREEN value IS 191 (75% from 255) = 43.12%

 BLUE value IS 92 (36.33% from 255) = 20.77%

R = 36.12%
G = 43.12%
B = 20.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#A0BF5C (or 0xA0BF5C) is known color: Olivine. HEX triplet: A0, BF and 5C. RGB value is (160,191,92). Sum of RGB (Red+Green+Blue) = 160+191+92=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BF5C is #5F40A3. Grayscale: #AAAAAA. Windows color (decimal): -6242468 or 6078368. OLE color: 6078368.

HSL color Cylindrical-coordinate representation of color #A0BF5C: hue angle of 78.79º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0BF5C is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 191 92 -
CMYK 0.16 0 0.52 0.25
HSL 78.79º 0.44% 0.55% -
HSV(B) 78.79º 0.52% 0.75% -
XYZ 35.06 45.51 17.06 -
YUV 170.45 83.73 120.55 -
System Red Green Blue C M Y K H S L
Decimal 160 191 92 0.16 0 0.52 0.25 78.79 0.44 0.55
Hex A0 BF 5C 10 0 34 19 4F 2C 37
Octal 240 277 134 20 0 64 31 117 54 67
Binary 10100000 10111111 1011100 10000 0 110100 11001 1001111 101100 110111

Color Harmonies of #A0BF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF5C

Black with #A0BF5C

Text Example


Text Example

White with #A0BF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF5C; }

 p { color: rgb(160,191,92); }

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

background-color css

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

 a { background-color: rgb(160,191,92); }

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

border-color css

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

 span { border-color: rgb(160,191,92); }

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