Html Css Color HEX #A7B006 Citrus

📋 copy color: '#A7B006'

red 167 ◦ green 176 ◦ blue 6

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

Shades of Citrus #A7B006

Tints of Citrus #A7B006

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50.43%

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

R = 47.85%
G = 50.43%
B = 1.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#A7B006 (or 0xA7B006) is known color: Citrus. HEX triplet: A7, B0 and 06. RGB value is (167,176,6). Sum of RGB (Red+Green+Blue) = 167+176+6=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 6 (2.73% from 255 or 1.72% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7B006 is #584FF9. Grayscale: #9A9A9A. Windows color (decimal): -5787642 or 438439. OLE color: 438439.

HSL color Cylindrical-coordinate representation of color #A7B006: hue angle of 63.18º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A7B006 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 176 6 -
CMYK 0.05 0 0.97 0.31
HSL 63.18º 0.93% 0.36% -
HSV(B) 63.18º 0.97% 0.69% -
XYZ 31.49 39.28 6.09 -
YUV 153.93 44.52 137.32 -
System Red Green Blue C M Y K H S L
Decimal 167 176 6 0.05 0 0.97 0.31 63.18 0.93 0.36
Hex A7 B0 6 5 0 61 1F 3F 5D 24
Octal 247 260 6 5 0 141 37 77 135 44
Binary 10100111 10110000 110 101 0 1100001 11111 111111 1011101 100100

Color Harmonies of #A7B006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B006

Black with #A7B006

Text Example


Text Example

White with #A7B006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B006; }

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

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

background-color css

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

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

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

border-color css

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

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

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