Html Css Color HEX #A6B007 Citrus

📋 copy color: '#A6B007'

red 166 ◦ green 176 ◦ blue 7

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

Shades of Citrus #A6B007

Tints of Citrus #A6B007

RGB

 RED value IS 166 (65.23% from 255) = 47.56%

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

 BLUE value IS 7 (3.13% from 255) = 2.01%

R = 47.56%
G = 50.43%
B = 2.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#A6B007 (or 0xA6B007) is known color: Citrus. HEX triplet: A6, B0 and 07. RGB value is (166,176,7). Sum of RGB (Red+Green+Blue) = 166+176+7=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 7 (3.12% from 255 or 2.01% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B007 is #594FF8. Grayscale: #9A9A9A. Windows color (decimal): -5853177 or 503974. OLE color: 503974.

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

Color convert

RGB 166 176 7 -
CMYK 0.06 0 0.96 0.31
HSL 63.55º 0.92% 0.36% -
HSV(B) 63.55º 0.96% 0.69% -
XYZ 31.29 39.17 6.11 -
YUV 153.74 45.19 136.74 -
System Red Green Blue C M Y K H S L
Decimal 166 176 7 0.06 0 0.96 0.31 63.55 0.92 0.36
Hex A6 B0 7 6 0 60 1F 40 5C 24
Octal 246 260 7 6 0 140 37 100 134 44
Binary 10100110 10110000 111 110 0 1100000 11111 1000000 1011100 100100

Color Harmonies of #A6B007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B007

Black with #A6B007

Text Example


Text Example

White with #A6B007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B007; }

 p { color: rgb(166,176,7); }

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

background-color css

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

 a { background-color: rgb(166,176,7); }

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

border-color css

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

 span { border-color: rgb(166,176,7); }

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