Html Css Color HEX #A7B706 Citrus

📋 copy color: '#A7B706'

red 167 ◦ green 183 ◦ blue 6

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

Shades of Citrus #A7B706

Tints of Citrus #A7B706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 46.91%
G = 51.4%
B = 1.69%

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

#A7B706 (or 0xA7B706) is known color: Citrus. HEX triplet: A7, B7 and 06. RGB value is (167,183,6). Sum of RGB (Red+Green+Blue) = 167+183+6=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B706 is #5848F9. Grayscale: #9E9E9E. Windows color (decimal): -5785850 or 440231. OLE color: 440231.

HSL color Cylindrical-coordinate representation of color #A7B706: hue angle of 65.42º degrees, saturation: 0.94, 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 #A7B706 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 167 183 6 -
CMYK 0.09 0 0.97 0.28
HSL 65.42º 0.94% 0.37% -
HSV(B) 65.42º 0.97% 0.72% -
XYZ 32.9 42.1 6.56 -
YUV 158.04 42.2 134.39 -
System Red Green Blue C M Y K H S L
Decimal 167 183 6 0.09 0 0.97 0.28 65.42 0.94 0.37
Hex A7 B7 6 9 0 61 1C 41 5E 25
Octal 247 267 6 11 0 141 34 101 136 45
Binary 10100111 10110111 110 1001 0 1100001 11100 1000001 1011110 100101

Color Harmonies of #A7B706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B706

Black with #A7B706

Text Example


Text Example

White with #A7B706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B706; }

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

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

background-color css

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

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

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

border-color css

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

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

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