Html Css Color HEX #A6BA0F Citrus

📋 copy color: '#A6BA0F'

red 166 ◦ green 186 ◦ blue 15

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

Shades of Citrus #A6BA0F

Tints of Citrus #A6BA0F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.68%

 BLUE value IS 15 (6.25% from 255) = 4.09%

R = 45.23%
G = 50.68%
B = 4.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#A6BA0F (or 0xA6BA0F) is known color: Citrus. HEX triplet: A6, BA and 0F. RGB value is (166,186,15). Sum of RGB (Red+Green+Blue) = 166+186+15=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BA0F is #5945F0. Grayscale: #A1A1A1. Windows color (decimal): -5850609 or 1030822. OLE color: 1030822.

HSL color Cylindrical-coordinate representation of color #A6BA0F: hue angle of 67.02º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6BA0F is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 186 15 -
CMYK 0.11 0 0.92 0.27
HSL 67.02º 0.85% 0.39% -
HSV(B) 67.02º 0.92% 0.73% -
XYZ 33.37 43.26 7.04 -
YUV 160.53 45.87 131.9 -
System Red Green Blue C M Y K H S L
Decimal 166 186 15 0.11 0 0.92 0.27 67.02 0.85 0.39
Hex A6 BA F B 0 5C 1B 43 55 27
Octal 246 272 17 13 0 134 33 103 125 47
Binary 10100110 10111010 1111 1011 0 1011100 11011 1000011 1010101 100111

Color Harmonies of #A6BA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA0F

Black with #A6BA0F

Text Example


Text Example

White with #A6BA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA0F; }

 p { color: rgb(166,186,15); }

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

background-color css

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

 a { background-color: rgb(166,186,15); }

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

border-color css

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

 span { border-color: rgb(166,186,15); }

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