Html Css Color HEX #A6B504 Citrus

📋 copy color: '#A6B504'

red 166 ◦ green 181 ◦ blue 4

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

Shades of Citrus #A6B504

Tints of Citrus #A6B504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.57%

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 47.29%
G = 51.57%
B = 1.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#A6B504 (or 0xA6B504) is known color: Citrus. HEX triplet: A6, B5 and 04. RGB value is (166,181,4). Sum of RGB (Red+Green+Blue) = 166+181+4=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B504 is #594AFB. Grayscale: #9D9D9D. Windows color (decimal): -5851900 or 308646. OLE color: 308646.

HSL color Cylindrical-coordinate representation of color #A6B504: hue angle of 65.08º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6B504 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 181 4 -
CMYK 0.08 0 0.98 0.29
HSL 65.08º 0.96% 0.36% -
HSV(B) 65.08º 0.98% 0.71% -
XYZ 32.27 41.16 6.36 -
YUV 156.34 42.03 134.89 -
System Red Green Blue C M Y K H S L
Decimal 166 181 4 0.08 0 0.98 0.29 65.08 0.96 0.36
Hex A6 B5 4 8 0 62 1D 41 60 24
Octal 246 265 4 10 0 142 35 101 140 44
Binary 10100110 10110101 100 1000 0 1100010 11101 1000001 1100000 100100

Color Harmonies of #A6B504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B504

Black with #A6B504

Text Example


Text Example

White with #A6B504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B504; }

 p { color: rgb(166,181,4); }

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

background-color css

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

 a { background-color: rgb(166,181,4); }

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

border-color css

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

 span { border-color: rgb(166,181,4); }

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