Html Css Color HEX #A8B803 Citrus

📋 copy color: '#A8B803'

red 168 ◦ green 184 ◦ blue 3

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

Shades of Citrus #A8B803

Tints of Citrus #A8B803

RGB

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

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

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

R = 47.32%
G = 51.83%
B = 0.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#A8B803 (or 0xA8B803) is known color: Citrus. HEX triplet: A8, B8 and 03. RGB value is (168,184,3). Sum of RGB (Red+Green+Blue) = 168+184+3=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B803 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B803 is #5747FC. Grayscale: #9F9F9F. Windows color (decimal): -5720061 or 243880. OLE color: 243880.

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

Color convert

RGB 168 184 3 -
CMYK 0.09 0 0.98 0.28
HSL 65.3º 0.97% 0.37% -
HSV(B) 65.3º 0.98% 0.72% -
XYZ 33.31 42.61 6.56 -
YUV 158.58 40.2 134.72 -
System Red Green Blue C M Y K H S L
Decimal 168 184 3 0.09 0 0.98 0.28 65.3 0.97 0.37
Hex A8 B8 3 9 0 62 1C 41 61 25
Octal 250 270 3 11 0 142 34 101 141 45
Binary 10101000 10111000 11 1001 0 1100010 11100 1000001 1100001 100101

Color Harmonies of #A8B803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B803

Black with #A8B803

Text Example


Text Example

White with #A8B803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B803; }

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

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

background-color css

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

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

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

border-color css

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

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

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