Html Css Color HEX #A6B912 Citrus

📋 copy color: '#A6B912'

red 166 ◦ green 185 ◦ blue 18

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

Shades of Citrus #A6B912

Tints of Citrus #A6B912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.14%

 BLUE value IS 18 (7.42% from 255) = 4.88%

R = 44.99%
G = 50.14%
B = 4.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#A6B912 (or 0xA6B912) is known color: Citrus. HEX triplet: A6, B9 and 12. RGB value is (166,185,18). Sum of RGB (Red+Green+Blue) = 166+185+18=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B912 is #5946ED. Grayscale: #A0A0A0. Windows color (decimal): -5850862 or 1227174. OLE color: 1227174.

HSL color Cylindrical-coordinate representation of color #A6B912: hue angle of 66.83º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6B912 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 18 -
CMYK 0.10 0 0.90 0.27
HSL 66.83º 0.82% 0.4% -
HSV(B) 66.83º 0.9% 0.73% -
XYZ 33.18 42.85 7.09 -
YUV 160.28 47.71 132.08 -
System Red Green Blue C M Y K H S L
Decimal 166 185 18 0.10 0 0.90 0.27 66.83 0.82 0.4
Hex A6 B9 12 A 0 5A 1B 43 52 28
Octal 246 271 22 12 0 132 33 103 122 50
Binary 10100110 10111001 10010 1010 0 1011010 11011 1000011 1010010 101000

Color Harmonies of #A6B912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B912

Black with #A6B912

Text Example


Text Example

White with #A6B912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B912; }

 p { color: rgb(166,185,18); }

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

background-color css

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

 a { background-color: rgb(166,185,18); }

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

border-color css

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

 span { border-color: rgb(166,185,18); }

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