Html Css Color HEX #A0B805 Citrus

📋 copy color: '#A0B805'

red 160 ◦ green 184 ◦ blue 5

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

Shades of Citrus #A0B805

Tints of Citrus #A0B805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.43%

R = 45.85%
G = 52.72%
B = 1.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#A0B805 (or 0xA0B805) is known color: Citrus. HEX triplet: A0, B8 and 05. RGB value is (160,184,5). Sum of RGB (Red+Green+Blue) = 160+184+5=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 184 (72.27% from 255 or 52.72% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B805 is #5F47FA. Grayscale: #9D9D9D. Windows color (decimal): -6244347 or 374944. OLE color: 374944.

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

Color convert

RGB 160 184 5 -
CMYK 0.13 0 0.97 0.28
HSL 68.04º 0.95% 0.37% -
HSV(B) 68.04º 0.97% 0.72% -
XYZ 31.67 41.77 6.54 -
YUV 156.42 42.55 130.55 -
System Red Green Blue C M Y K H S L
Decimal 160 184 5 0.13 0 0.97 0.28 68.04 0.95 0.37
Hex A0 B8 5 D 0 61 1C 44 5F 25
Octal 240 270 5 15 0 141 34 104 137 45
Binary 10100000 10111000 101 1101 0 1100001 11100 1000100 1011111 100101

Color Harmonies of #A0B805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B805

Black with #A0B805

Text Example


Text Example

White with #A0B805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B805; }

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

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

background-color css

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

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

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

border-color css

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

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

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