Html Css Color HEX #A6B315 Citrus

📋 copy color: '#A6B315'

red 166 ◦ green 179 ◦ blue 21

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

Shades of Citrus #A6B315

Tints of Citrus #A6B315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.74%

R = 45.36%
G = 48.91%
B = 5.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#A6B315 (or 0xA6B315) is known color: Citrus. HEX triplet: A6, B3 and 15. RGB value is (166,179,21). Sum of RGB (Red+Green+Blue) = 166+179+21=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B315 is #594CEA. Grayscale: #9D9D9D. Windows color (decimal): -5852395 or 1422246. OLE color: 1422246.

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

Color convert

RGB 166 179 21 -
CMYK 0.07 0 0.88 0.30
HSL 64.94º 0.79% 0.39% -
HSV(B) 64.94º 0.88% 0.7% -
XYZ 31.98 40.4 6.82 -
YUV 157.1 51.19 134.35 -
System Red Green Blue C M Y K H S L
Decimal 166 179 21 0.07 0 0.88 0.30 64.94 0.79 0.39
Hex A6 B3 15 7 0 58 1E 41 4F 27
Octal 246 263 25 7 0 130 36 101 117 47
Binary 10100110 10110011 10101 111 0 1011000 11110 1000001 1001111 100111

Color Harmonies of #A6B315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B315

Black with #A6B315

Text Example


Text Example

White with #A6B315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B315; }

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

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

background-color css

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

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

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

border-color css

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

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

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