Html Css Color HEX #A8B313 Citrus

📋 copy color: '#A8B313'

red 168 ◦ green 179 ◦ blue 19

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

Shades of Citrus #A8B313

Tints of Citrus #A8B313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.91%

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

R = 45.9%
G = 48.91%
B = 5.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#A8B313 (or 0xA8B313) is known color: Citrus. HEX triplet: A8, B3 and 13. RGB value is (168,179,19). Sum of RGB (Red+Green+Blue) = 168+179+19=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B313 is #574CEC. Grayscale: #9E9E9E. Windows color (decimal): -5721325 or 1291176. OLE color: 1291176.

HSL color Cylindrical-coordinate representation of color #A8B313: hue angle of 64.12º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8B313 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 179 19 -
CMYK 0.06 0 0.89 0.30
HSL 64.13º 0.81% 0.39% -
HSV(B) 64.13º 0.89% 0.7% -
XYZ 32.39 40.61 6.75 -
YUV 157.47 49.86 135.51 -
System Red Green Blue C M Y K H S L
Decimal 168 179 19 0.06 0 0.89 0.30 64.13 0.81 0.39
Hex A8 B3 13 6 0 59 1E 40 51 27
Octal 250 263 23 6 0 131 36 100 121 47
Binary 10101000 10110011 10011 110 0 1011001 11110 1000000 1010001 100111

Color Harmonies of #A8B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B313

Black with #A8B313

Text Example


Text Example

White with #A8B313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B313; }

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

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

background-color css

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

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

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

border-color css

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

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

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