Html Css Color HEX #A7B313 Citrus

📋 copy color: '#A7B313'

red 167 ◦ green 179 ◦ blue 19

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

Shades of Citrus #A7B313

Tints of Citrus #A7B313

RGB

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

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

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

R = 45.75%
G = 49.04%
B = 5.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#A7B313 (or 0xA7B313) is known color: Citrus. HEX triplet: A7, B3 and 13. RGB value is (167,179,19). Sum of RGB (Red+Green+Blue) = 167+179+19=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B313 is #584CEC. Grayscale: #9D9D9D. Windows color (decimal): -5786861 or 1291175. OLE color: 1291175.

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

Color convert

RGB 167 179 19 -
CMYK 0.07 0 0.89 0.30
HSL 64.5º 0.81% 0.39% -
HSV(B) 64.5º 0.89% 0.7% -
XYZ 32.17 40.5 6.74 -
YUV 157.17 50.02 135.01 -
System Red Green Blue C M Y K H S L
Decimal 167 179 19 0.07 0 0.89 0.30 64.5 0.81 0.39
Hex A7 B3 13 7 0 59 1E 40 51 27
Octal 247 263 23 7 0 131 36 100 121 47
Binary 10100111 10110011 10011 111 0 1011001 11110 1000000 1010001 100111

Color Harmonies of #A7B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B313

Black with #A7B313

Text Example


Text Example

White with #A7B313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B313; }

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

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

background-color css

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

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

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

border-color css

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

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

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