Html Css Color HEX #A0B111 Citrus

📋 copy color: '#A0B111'

red 160 ◦ green 177 ◦ blue 17

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

Shades of Citrus #A0B111

Tints of Citrus #A0B111

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50%

 BLUE value IS 17 (7.03% from 255) = 4.8%

R = 45.2%
G = 50%
B = 4.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#A0B111 (or 0xA0B111) is known color: Citrus. HEX triplet: A0, B1 and 11. RGB value is (160,177,17). Sum of RGB (Red+Green+Blue) = 160+177+17=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B111 is #5F4EEE. Grayscale: #9A9A9A. Windows color (decimal): -6246127 or 1159584. OLE color: 1159584.

HSL color Cylindrical-coordinate representation of color #A0B111: hue angle of 66.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0B111 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 177 17 -
CMYK 0.10 0 0.90 0.31
HSL 66.38º 0.82% 0.38% -
HSV(B) 66.38º 0.9% 0.69% -
XYZ 30.32 38.96 6.45 -
YUV 153.68 50.87 132.51 -
System Red Green Blue C M Y K H S L
Decimal 160 177 17 0.10 0 0.90 0.31 66.38 0.82 0.38
Hex A0 B1 11 A 0 5A 1F 42 52 26
Octal 240 261 21 12 0 132 37 102 122 46
Binary 10100000 10110001 10001 1010 0 1011010 11111 1000010 1010010 100110

Color Harmonies of #A0B111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B111

Black with #A0B111

Text Example


Text Example

White with #A0B111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B111; }

 p { color: rgb(160,177,17); }

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

background-color css

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

 a { background-color: rgb(160,177,17); }

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

border-color css

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

 span { border-color: rgb(160,177,17); }

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