Html Css Color HEX #A8B513 Citrus

📋 copy color: '#A8B513'

red 168 ◦ green 181 ◦ blue 19

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

Shades of Citrus #A8B513

Tints of Citrus #A8B513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.16%

R = 45.65%
G = 49.18%
B = 5.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#A8B513 (or 0xA8B513) is known color: Citrus. HEX triplet: A8, B5 and 13. RGB value is (168,181,19). Sum of RGB (Red+Green+Blue) = 168+181+19=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B513 is #574AEC. Grayscale: #9F9F9F. Windows color (decimal): -5720813 or 1291688. OLE color: 1291688.

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

Color convert

RGB 168 181 19 -
CMYK 0.07 0 0.90 0.29
HSL 64.81º 0.81% 0.39% -
HSV(B) 64.81º 0.9% 0.71% -
XYZ 32.79 41.42 6.88 -
YUV 158.65 49.19 134.67 -
System Red Green Blue C M Y K H S L
Decimal 168 181 19 0.07 0 0.90 0.29 64.81 0.81 0.39
Hex A8 B5 13 7 0 5A 1D 41 51 27
Octal 250 265 23 7 0 132 35 101 121 47
Binary 10101000 10110101 10011 111 0 1011010 11101 1000001 1010001 100111

Color Harmonies of #A8B513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B513

Black with #A8B513

Text Example


Text Example

White with #A8B513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B513; }

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

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

background-color css

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

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

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

border-color css

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

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

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