Html Css Color HEX #A6BC0B Citrus

📋 copy color: '#A6BC0B'

red 166 ◦ green 188 ◦ blue 11

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

Shades of Citrus #A6BC0B

Tints of Citrus #A6BC0B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.51%

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

R = 45.48%
G = 51.51%
B = 3.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#A6BC0B (or 0xA6BC0B) is known color: Citrus. HEX triplet: A6, BC and 0B. RGB value is (166,188,11). Sum of RGB (Red+Green+Blue) = 166+188+11=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BC0B is #5943F4. Grayscale: #A1A1A1. Windows color (decimal): -5850101 or 769190. OLE color: 769190.

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

Color convert

RGB 166 188 11 -
CMYK 0.12 0 0.94 0.26
HSL 67.46º 0.89% 0.39% -
HSV(B) 67.46º 0.94% 0.74% -
XYZ 33.77 44.1 7.05 -
YUV 161.24 43.21 131.39 -
System Red Green Blue C M Y K H S L
Decimal 166 188 11 0.12 0 0.94 0.26 67.46 0.89 0.39
Hex A6 BC B C 0 5E 1A 43 59 27
Octal 246 274 13 14 0 136 32 103 131 47
Binary 10100110 10111100 1011 1100 0 1011110 11010 1000011 1011001 100111

Color Harmonies of #A6BC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC0B

Black with #A6BC0B

Text Example


Text Example

White with #A6BC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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