Html Css Color HEX #A8B510 Citrus

📋 copy color: '#A8B510'

red 168 ◦ green 181 ◦ blue 16

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

Shades of Citrus #A8B510

Tints of Citrus #A8B510

RGB

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

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

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

R = 46.03%
G = 49.59%
B = 4.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#A8B510 (or 0xA8B510) is known color: Citrus. HEX triplet: A8, B5 and 10. RGB value is (168,181,16). Sum of RGB (Red+Green+Blue) = 168+181+16=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B510 is #574AEF. Grayscale: #9E9E9E. Windows color (decimal): -5720816 or 1095080. OLE color: 1095080.

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

Color convert

RGB 168 181 16 -
CMYK 0.07 0 0.91 0.29
HSL 64.73º 0.84% 0.39% -
HSV(B) 64.73º 0.91% 0.71% -
XYZ 32.77 41.41 6.76 -
YUV 158.3 47.69 134.92 -
System Red Green Blue C M Y K H S L
Decimal 168 181 16 0.07 0 0.91 0.29 64.73 0.84 0.39
Hex A8 B5 10 7 0 5B 1D 41 54 27
Octal 250 265 20 7 0 133 35 101 124 47
Binary 10101000 10110101 10000 111 0 1011011 11101 1000001 1010100 100111

Color Harmonies of #A8B510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B510

Black with #A8B510

Text Example


Text Example

White with #A8B510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B510; }

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

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

background-color css

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

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

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

border-color css

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

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

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