Html Css Color HEX #A0B807 Citrus

📋 copy color: '#A0B807'

red 160 ◦ green 184 ◦ blue 7

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

Shades of Citrus #A0B807

Tints of Citrus #A0B807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.99%

R = 45.58%
G = 52.42%
B = 1.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#A0B807 (or 0xA0B807) is known color: Citrus. HEX triplet: A0, B8 and 07. RGB value is (160,184,7). Sum of RGB (Red+Green+Blue) = 160+184+7=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 184 (72.27% from 255 or 52.42% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B807 is #5F47F8. Grayscale: #9D9D9D. Windows color (decimal): -6244345 or 506016. OLE color: 506016.

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

Color convert

RGB 160 184 7 -
CMYK 0.13 0 0.96 0.28
HSL 68.14º 0.93% 0.37% -
HSV(B) 68.14º 0.96% 0.72% -
XYZ 31.68 41.77 6.59 -
YUV 156.65 43.55 130.39 -
System Red Green Blue C M Y K H S L
Decimal 160 184 7 0.13 0 0.96 0.28 68.14 0.93 0.37
Hex A0 B8 7 D 0 60 1C 44 5D 25
Octal 240 270 7 15 0 140 34 104 135 45
Binary 10100000 10111000 111 1101 0 1100000 11100 1000100 1011101 100101

Color Harmonies of #A0B807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B807

Black with #A0B807

Text Example


Text Example

White with #A0B807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B807; }

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

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

background-color css

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

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

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

border-color css

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

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

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