Html Css Color HEX #A7B705 Citrus

📋 copy color: '#A7B705'

red 167 ◦ green 183 ◦ blue 5

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

Shades of Citrus #A7B705

Tints of Citrus #A7B705

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.55%

 BLUE value IS 5 (2.34% from 255) = 1.41%

R = 47.04%
G = 51.55%
B = 1.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#A7B705 (or 0xA7B705) is known color: Citrus. HEX triplet: A7, B7 and 05. RGB value is (167,183,5). Sum of RGB (Red+Green+Blue) = 167+183+5=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 183 (71.88% from 255 or 51.55% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B705 is #5848FA. Grayscale: #9E9E9E. Windows color (decimal): -5785851 or 374695. OLE color: 374695.

HSL color Cylindrical-coordinate representation of color #A7B705: hue angle of 65.39º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A7B705 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 167 183 5 -
CMYK 0.09 0 0.97 0.28
HSL 65.39º 0.95% 0.37% -
HSV(B) 65.39º 0.97% 0.72% -
XYZ 32.9 42.09 6.53 -
YUV 157.92 41.7 134.47 -
System Red Green Blue C M Y K H S L
Decimal 167 183 5 0.09 0 0.97 0.28 65.39 0.95 0.37
Hex A7 B7 5 9 0 61 1C 41 5F 25
Octal 247 267 5 11 0 141 34 101 137 45
Binary 10100111 10110111 101 1001 0 1100001 11100 1000001 1011111 100101

Color Harmonies of #A7B705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B705

Black with #A7B705

Text Example


Text Example

White with #A7B705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B705; }

 p { color: rgb(167,183,5); }

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

background-color css

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

 a { background-color: rgb(167,183,5); }

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

border-color css

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

 span { border-color: rgb(167,183,5); }

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