Html Css Color HEX #A8B413 Citrus

📋 copy color: '#A8B413'

red 168 ◦ green 180 ◦ blue 19

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

Shades of Citrus #A8B413

Tints of Citrus #A8B413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.05%

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

R = 45.78%
G = 49.05%
B = 5.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#A8B413 (or 0xA8B413) is known color: Citrus. HEX triplet: A8, B4 and 13. RGB value is (168,180,19). Sum of RGB (Red+Green+Blue) = 168+180+19=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B413 is #574BEC. Grayscale: #9E9E9E. Windows color (decimal): -5721069 or 1291432. OLE color: 1291432.

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

Color convert

RGB 168 180 19 -
CMYK 0.07 0 0.89 0.29
HSL 64.47º 0.81% 0.39% -
HSV(B) 64.47º 0.89% 0.71% -
XYZ 32.59 41.01 6.82 -
YUV 158.06 49.52 135.09 -
System Red Green Blue C M Y K H S L
Decimal 168 180 19 0.07 0 0.89 0.29 64.47 0.81 0.39
Hex A8 B4 13 7 0 59 1D 40 51 27
Octal 250 264 23 7 0 131 35 100 121 47
Binary 10101000 10110100 10011 111 0 1011001 11101 1000000 1010001 100111

Color Harmonies of #A8B413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B413

Black with #A8B413

Text Example


Text Example

White with #A8B413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B413; }

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

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

background-color css

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

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

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

border-color css

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

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

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