Html Css Color HEX #A8B802 Citrus

📋 copy color: '#A8B802'

red 168 ◦ green 184 ◦ blue 2

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

Shades of Citrus #A8B802

Tints of Citrus #A8B802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 47.46%
G = 51.98%
B = 0.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#A8B802 (or 0xA8B802) is known color: Citrus. HEX triplet: A8, B8 and 02. RGB value is (168,184,2). Sum of RGB (Red+Green+Blue) = 168+184+2=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B802 is #5747FD. Grayscale: #9F9F9F. Windows color (decimal): -5720062 or 178344. OLE color: 178344.

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

Color convert

RGB 168 184 2 -
CMYK 0.09 0 0.99 0.28
HSL 65.27º 0.98% 0.36% -
HSV(B) 65.27º 0.99% 0.72% -
XYZ 33.3 42.61 6.53 -
YUV 158.47 39.7 134.8 -
System Red Green Blue C M Y K H S L
Decimal 168 184 2 0.09 0 0.99 0.28 65.27 0.98 0.36
Hex A8 B8 2 9 0 63 1C 41 62 24
Octal 250 270 2 11 0 143 34 101 142 44
Binary 10101000 10111000 10 1001 0 1100011 11100 1000001 1100010 100100

Color Harmonies of #A8B802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B802

Black with #A8B802

Text Example


Text Example

White with #A8B802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B802; }

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

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

background-color css

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

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

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

border-color css

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

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

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