Html Css Color HEX #A8B503 Citrus

📋 copy color: '#A8B503'

red 168 ◦ green 181 ◦ blue 3

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

Shades of Citrus #A8B503

Tints of Citrus #A8B503

RGB

 RED value IS 168 (66.02% from 255) = 47.73%

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 47.73%
G = 51.42%
B = 0.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#A8B503 (or 0xA8B503) is known color: Citrus. HEX triplet: A8, B5 and 03. RGB value is (168,181,3). Sum of RGB (Red+Green+Blue) = 168+181+3=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B503 is #574AFC. Grayscale: #9D9D9D. Windows color (decimal): -5720829 or 243112. OLE color: 243112.

HSL color Cylindrical-coordinate representation of color #A8B503: hue angle of 64.38º degrees, saturation: 0.97, 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 #A8B503 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 181 3 -
CMYK 0.07 0 0.98 0.29
HSL 64.38º 0.97% 0.36% -
HSV(B) 64.38º 0.98% 0.71% -
XYZ 32.69 41.38 6.35 -
YUV 156.82 41.19 135.97 -
System Red Green Blue C M Y K H S L
Decimal 168 181 3 0.07 0 0.98 0.29 64.38 0.97 0.36
Hex A8 B5 3 7 0 62 1D 40 61 24
Octal 250 265 3 7 0 142 35 100 141 44
Binary 10101000 10110101 11 111 0 1100010 11101 1000000 1100001 100100

Color Harmonies of #A8B503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B503

Black with #A8B503

Text Example


Text Example

White with #A8B503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B503; }

 p { color: rgb(168,181,3); }

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

background-color css

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

 a { background-color: rgb(168,181,3); }

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

border-color css

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

 span { border-color: rgb(168,181,3); }

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