Html Css Color HEX #A6B306 Citrus

📋 copy color: '#A6B306'

red 166 ◦ green 179 ◦ blue 6

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

Shades of Citrus #A6B306

Tints of Citrus #A6B306

RGB

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

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

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

R = 47.29%
G = 51%
B = 1.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#A6B306 (or 0xA6B306) is known color: Citrus. HEX triplet: A6, B3 and 06. RGB value is (166,179,6). Sum of RGB (Red+Green+Blue) = 166+179+6=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B306 is #594CF9. Grayscale: #9C9C9C. Windows color (decimal): -5852410 or 439206. OLE color: 439206.

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

Color convert

RGB 166 179 6 -
CMYK 0.07 0 0.97 0.30
HSL 64.51º 0.94% 0.36% -
HSV(B) 64.51º 0.97% 0.7% -
XYZ 31.88 40.36 6.28 -
YUV 155.39 43.69 135.57 -
System Red Green Blue C M Y K H S L
Decimal 166 179 6 0.07 0 0.97 0.30 64.51 0.94 0.36
Hex A6 B3 6 7 0 61 1E 41 5E 24
Octal 246 263 6 7 0 141 36 101 136 44
Binary 10100110 10110011 110 111 0 1100001 11110 1000001 1011110 100100

Color Harmonies of #A6B306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B306

Black with #A6B306

Text Example


Text Example

White with #A6B306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B306; }

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

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

background-color css

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

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

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

border-color css

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

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

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