Html Css Color HEX #A7B504 Citrus

📋 copy color: '#A7B504'

red 167 ◦ green 181 ◦ blue 4

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

Shades of Citrus #A7B504

Tints of Citrus #A7B504

RGB

 RED value IS 167 (65.63% from 255) = 47.44%

 GREEN value IS 181 (71.09% from 255) = 51.42%

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 47.44%
G = 51.42%
B = 1.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#A7B504 (or 0xA7B504) is known color: Citrus. HEX triplet: A7, B5 and 04. RGB value is (167,181,4). Sum of RGB (Red+Green+Blue) = 167+181+4=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B504 is #584AFB. Grayscale: #9D9D9D. Windows color (decimal): -5786364 or 308647. OLE color: 308647.

HSL color Cylindrical-coordinate representation of color #A7B504: hue angle of 64.75º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A7B504 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 181 4 -
CMYK 0.08 0 0.98 0.29
HSL 64.75º 0.96% 0.36% -
HSV(B) 64.75º 0.98% 0.71% -
XYZ 32.48 41.27 6.37 -
YUV 156.64 41.86 135.39 -
System Red Green Blue C M Y K H S L
Decimal 167 181 4 0.08 0 0.98 0.29 64.75 0.96 0.36
Hex A7 B5 4 8 0 62 1D 41 60 24
Octal 247 265 4 10 0 142 35 101 140 44
Binary 10100111 10110101 100 1000 0 1100010 11101 1000001 1100000 100100

Color Harmonies of #A7B504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B504

Black with #A7B504

Text Example


Text Example

White with #A7B504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B504; }

 p { color: rgb(167,181,4); }

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

background-color css

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

 a { background-color: rgb(167,181,4); }

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

border-color css

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

 span { border-color: rgb(167,181,4); }

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