Html Css Color HEX #A6B307 Citrus

📋 copy color: '#A6B307'

red 166 ◦ green 179 ◦ blue 7

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

Shades of Citrus #A6B307

Tints of Citrus #A6B307

RGB

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

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

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

R = 47.16%
G = 50.85%
B = 1.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#A6B307 (or 0xA6B307) is known color: Citrus. HEX triplet: A6, B3 and 07. RGB value is (166,179,7). Sum of RGB (Red+Green+Blue) = 166+179+7=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 7 (3.12% from 255 or 1.99% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B307 is #594CF8. Grayscale: #9C9C9C. Windows color (decimal): -5852409 or 504742. OLE color: 504742.

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

Color convert

RGB 166 179 7 -
CMYK 0.07 0 0.96 0.30
HSL 64.53º 0.92% 0.36% -
HSV(B) 64.53º 0.96% 0.7% -
XYZ 31.88 40.36 6.31 -
YUV 155.51 44.19 135.49 -
System Red Green Blue C M Y K H S L
Decimal 166 179 7 0.07 0 0.96 0.30 64.53 0.92 0.36
Hex A6 B3 7 7 0 60 1E 41 5C 24
Octal 246 263 7 7 0 140 36 101 134 44
Binary 10100110 10110011 111 111 0 1100000 11110 1000001 1011100 100100

Color Harmonies of #A6B307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B307

Black with #A6B307

Text Example


Text Example

White with #A6B307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B307; }

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

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

background-color css

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

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

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

border-color css

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

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

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