Html Css Color HEX #A0B811 Citrus

📋 copy color: '#A0B811'

red 160 ◦ green 184 ◦ blue 17

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

Shades of Citrus #A0B811

Tints of Citrus #A0B811

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.97%

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

R = 44.32%
G = 50.97%
B = 4.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#A0B811 (or 0xA0B811) is known color: Citrus. HEX triplet: A0, B8 and 11. RGB value is (160,184,17). Sum of RGB (Red+Green+Blue) = 160+184+17=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B811 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B811 is #5F47EE. Grayscale: #9E9E9E. Windows color (decimal): -6244335 or 1161376. OLE color: 1161376.

HSL color Cylindrical-coordinate representation of color #A0B811: hue angle of 68.62º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0B811 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 184 17 -
CMYK 0.13 0 0.91 0.28
HSL 68.62º 0.83% 0.39% -
HSV(B) 68.62º 0.91% 0.72% -
XYZ 31.74 41.8 6.92 -
YUV 157.79 48.55 129.58 -
System Red Green Blue C M Y K H S L
Decimal 160 184 17 0.13 0 0.91 0.28 68.62 0.83 0.39
Hex A0 B8 11 D 0 5B 1C 45 53 27
Octal 240 270 21 15 0 133 34 105 123 47
Binary 10100000 10111000 10001 1101 0 1011011 11100 1000101 1010011 100111

Color Harmonies of #A0B811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B811

Black with #A0B811

Text Example


Text Example

White with #A0B811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B811; }

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

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

background-color css

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

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

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

border-color css

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

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

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