Html Css Color HEX #A7B413 Citrus

📋 copy color: '#A7B413'

red 167 ◦ green 180 ◦ blue 19

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

Shades of Citrus #A7B413

Tints of Citrus #A7B413

RGB

 RED value IS 167 (65.63% from 255) = 45.63%

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

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

R = 45.63%
G = 49.18%
B = 5.19%

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

#A7B413 (or 0xA7B413) is known color: Citrus. HEX triplet: A7, B4 and 13. RGB value is (167,180,19). Sum of RGB (Red+Green+Blue) = 167+180+19=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B413 is #584BEC. Grayscale: #9E9E9E. Windows color (decimal): -5786605 or 1291431. OLE color: 1291431.

HSL color Cylindrical-coordinate representation of color #A7B413: hue angle of 64.84º 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 #A7B413 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 180 19 -
CMYK 0.07 0 0.89 0.29
HSL 64.84º 0.81% 0.39% -
HSV(B) 64.84º 0.89% 0.71% -
XYZ 32.38 40.91 6.81 -
YUV 157.76 49.69 134.59 -
System Red Green Blue C M Y K H S L
Decimal 167 180 19 0.07 0 0.89 0.29 64.84 0.81 0.39
Hex A7 B4 13 7 0 59 1D 41 51 27
Octal 247 264 23 7 0 131 35 101 121 47
Binary 10100111 10110100 10011 111 0 1011001 11101 1000001 1010001 100111

Color Harmonies of #A7B413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B413

Black with #A7B413

Text Example


Text Example

White with #A7B413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B413; }

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

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

background-color css

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

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

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

border-color css

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

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

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