Html Css Color HEX #A6B605 Citrus

📋 copy color: '#A6B605'

red 166 ◦ green 182 ◦ blue 5

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

Shades of Citrus #A6B605

Tints of Citrus #A6B605

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.56%

 BLUE value IS 5 (2.34% from 255) = 1.42%

R = 47.03%
G = 51.56%
B = 1.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#A6B605 (or 0xA6B605) is known color: Citrus. HEX triplet: A6, B6 and 05. RGB value is (166,182,5). Sum of RGB (Red+Green+Blue) = 166+182+5=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B605 is #5949FA. Grayscale: #9D9D9D. Windows color (decimal): -5851643 or 374438. OLE color: 374438.

HSL color Cylindrical-coordinate representation of color #A6B605: hue angle of 65.42º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A6B605 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 182 5 -
CMYK 0.09 0 0.97 0.29
HSL 65.42º 0.95% 0.37% -
HSV(B) 65.42º 0.97% 0.71% -
XYZ 32.48 41.57 6.46 -
YUV 157.04 42.2 134.39 -
System Red Green Blue C M Y K H S L
Decimal 166 182 5 0.09 0 0.97 0.29 65.42 0.95 0.37
Hex A6 B6 5 9 0 61 1D 41 5F 25
Octal 246 266 5 11 0 141 35 101 137 45
Binary 10100110 10110110 101 1001 0 1100001 11101 1000001 1011111 100101

Color Harmonies of #A6B605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B605

Black with #A6B605

Text Example


Text Example

White with #A6B605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B605; }

 p { color: rgb(166,182,5); }

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

background-color css

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

 a { background-color: rgb(166,182,5); }

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

border-color css

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

 span { border-color: rgb(166,182,5); }

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