Html Css Color HEX #A6BA0B Citrus

📋 copy color: '#A6BA0B'

red 166 ◦ green 186 ◦ blue 11

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

Shades of Citrus #A6BA0B

Tints of Citrus #A6BA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.03%

R = 45.73%
G = 51.24%
B = 3.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#A6BA0B (or 0xA6BA0B) is known color: Citrus. HEX triplet: A6, BA and 0B. RGB value is (166,186,11). Sum of RGB (Red+Green+Blue) = 166+186+11=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BA0B is #5945F4. Grayscale: #A0A0A0. Windows color (decimal): -5850613 or 768678. OLE color: 768678.

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

Color convert

RGB 166 186 11 -
CMYK 0.11 0 0.94 0.27
HSL 66.86º 0.89% 0.39% -
HSV(B) 66.86º 0.94% 0.73% -
XYZ 33.35 43.25 6.91 -
YUV 160.07 43.87 132.23 -
System Red Green Blue C M Y K H S L
Decimal 166 186 11 0.11 0 0.94 0.27 66.86 0.89 0.39
Hex A6 BA B B 0 5E 1B 43 59 27
Octal 246 272 13 13 0 136 33 103 131 47
Binary 10100110 10111010 1011 1011 0 1011110 11011 1000011 1011001 100111

Color Harmonies of #A6BA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA0B

Black with #A6BA0B

Text Example


Text Example

White with #A6BA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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