Html Css Color HEX #A6B302 Citrus

📋 copy color: '#A6B302'

red 166 ◦ green 179 ◦ blue 2

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

Shades of Citrus #A6B302

Tints of Citrus #A6B302

RGB

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

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

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

R = 47.84%
G = 51.59%
B = 0.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#A6B302 (or 0xA6B302) is known color: Citrus. HEX triplet: A6, B3 and 02. RGB value is (166,179,2). Sum of RGB (Red+Green+Blue) = 166+179+2=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B302 is #594CFD. Grayscale: #9B9B9B. Windows color (decimal): -5852414 or 177062. OLE color: 177062.

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

Color convert

RGB 166 179 2 -
CMYK 0.07 0 0.99 0.30
HSL 64.41º 0.98% 0.35% -
HSV(B) 64.41º 0.99% 0.7% -
XYZ 31.86 40.35 6.17 -
YUV 154.94 41.69 135.89 -
System Red Green Blue C M Y K H S L
Decimal 166 179 2 0.07 0 0.99 0.30 64.41 0.98 0.35
Hex A6 B3 2 7 0 63 1E 40 62 23
Octal 246 263 2 7 0 143 36 100 142 43
Binary 10100110 10110011 10 111 0 1100011 11110 1000000 1100010 100011

Color Harmonies of #A6B302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B302

Black with #A6B302

Text Example


Text Example

White with #A6B302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B302; }

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

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

background-color css

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

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

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

border-color css

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

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

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