Html Css Color HEX #A0BE67 Olivine

📋 copy color: '#A0BE67'

red 160 ◦ green 190 ◦ blue 103

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

Shades of Olivine #A0BE67

Tints of Olivine #A0BE67

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.94%

 BLUE value IS 103 (40.63% from 255) = 22.74%

R = 35.32%
G = 41.94%
B = 22.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#A0BE67 (or 0xA0BE67) is known color: Olivine. HEX triplet: A0, BE and 67. RGB value is (160,190,103). Sum of RGB (Red+Green+Blue) = 160+190+103=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE67 is #5F4198. Grayscale: #ABABAB. Windows color (decimal): -6242713 or 6799008. OLE color: 6799008.

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

Color convert

RGB 160 190 103 -
CMYK 0.16 0 0.46 0.25
HSL 80.69º 0.4% 0.57% -
HSV(B) 80.69º 0.46% 0.75% -
XYZ 35.36 45.28 19.71 -
YUV 171.11 89.56 120.07 -
System Red Green Blue C M Y K H S L
Decimal 160 190 103 0.16 0 0.46 0.25 80.69 0.4 0.57
Hex A0 BE 67 10 0 2E 19 51 28 39
Octal 240 276 147 20 0 56 31 121 50 71
Binary 10100000 10111110 1100111 10000 0 101110 11001 1010001 101000 111001

Color Harmonies of #A0BE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE67

Black with #A0BE67

Text Example


Text Example

White with #A0BE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE67; }

 p { color: rgb(160,190,103); }

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

background-color css

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

 a { background-color: rgb(160,190,103); }

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

border-color css

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

 span { border-color: rgb(160,190,103); }

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