Html Css Color HEX #A8B810 Citrus

📋 copy color: '#A8B810'

red 168 ◦ green 184 ◦ blue 16

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

Shades of Citrus #A8B810

Tints of Citrus #A8B810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.35%

R = 45.65%
G = 50%
B = 4.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#A8B810 (or 0xA8B810) is known color: Citrus. HEX triplet: A8, B8 and 10. RGB value is (168,184,16). Sum of RGB (Red+Green+Blue) = 168+184+16=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B810 is #5747EF. Grayscale: #A0A0A0. Windows color (decimal): -5720048 or 1095848. OLE color: 1095848.

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

Color convert

RGB 168 184 16 -
CMYK 0.09 0 0.91 0.28
HSL 65.71º 0.84% 0.39% -
HSV(B) 65.71º 0.91% 0.72% -
XYZ 33.38 42.64 6.96 -
YUV 160.06 46.7 133.66 -
System Red Green Blue C M Y K H S L
Decimal 168 184 16 0.09 0 0.91 0.28 65.71 0.84 0.39
Hex A8 B8 10 9 0 5B 1C 42 54 27
Octal 250 270 20 11 0 133 34 102 124 47
Binary 10101000 10111000 10000 1001 0 1011011 11100 1000010 1010100 100111

Color Harmonies of #A8B810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B810

Black with #A8B810

Text Example


Text Example

White with #A8B810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B810; }

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

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

background-color css

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

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

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

border-color css

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

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

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