Html Css Color HEX #A6B502 Citrus

📋 copy color: '#A6B502'

red 166 ◦ green 181 ◦ blue 2

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

Shades of Citrus #A6B502

Tints of Citrus #A6B502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 47.56%
G = 51.86%
B = 0.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#A6B502 (or 0xA6B502) is known color: Citrus. HEX triplet: A6, B5 and 02. RGB value is (166,181,2). Sum of RGB (Red+Green+Blue) = 166+181+2=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B502 is #594AFD. Grayscale: #9C9C9C. Windows color (decimal): -5851902 or 177574. OLE color: 177574.

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

Color convert

RGB 166 181 2 -
CMYK 0.08 0 0.99 0.29
HSL 65.03º 0.98% 0.36% -
HSV(B) 65.03º 0.99% 0.71% -
XYZ 32.26 41.16 6.3 -
YUV 156.11 41.03 135.05 -
System Red Green Blue C M Y K H S L
Decimal 166 181 2 0.08 0 0.99 0.29 65.03 0.98 0.36
Hex A6 B5 2 8 0 63 1D 41 62 24
Octal 246 265 2 10 0 143 35 101 142 44
Binary 10100110 10110101 10 1000 0 1100011 11101 1000001 1100010 100100

Color Harmonies of #A6B502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B502

Black with #A6B502

Text Example


Text Example

White with #A6B502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B502; }

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

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

background-color css

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

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

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

border-color css

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

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

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