Html Css Color HEX #A6BD0C Citrus

📋 copy color: '#A6BD0C'

red 166 ◦ green 189 ◦ blue 12

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

Shades of Citrus #A6BD0C

Tints of Citrus #A6BD0C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.5%

 BLUE value IS 12 (5.08% from 255) = 3.27%

R = 45.23%
G = 51.5%
B = 3.27%

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

#A6BD0C (or 0xA6BD0C) is known color: Citrus. HEX triplet: A6, BD and 0C. RGB value is (166,189,12). Sum of RGB (Red+Green+Blue) = 166+189+12=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BD0C is #5942F3. Grayscale: #A2A2A2. Windows color (decimal): -5849844 or 834982. OLE color: 834982.

HSL color Cylindrical-coordinate representation of color #A6BD0C: hue angle of 67.8º degrees, saturation: 0.88, 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 #A6BD0C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 189 12 -
CMYK 0.12 0 0.94 0.26
HSL 67.8º 0.88% 0.39% -
HSV(B) 67.8º 0.94% 0.74% -
XYZ 33.99 44.53 7.15 -
YUV 161.95 43.38 130.89 -
System Red Green Blue C M Y K H S L
Decimal 166 189 12 0.12 0 0.94 0.26 67.8 0.88 0.39
Hex A6 BD C C 0 5E 1A 44 58 27
Octal 246 275 14 14 0 136 32 104 130 47
Binary 10100110 10111101 1100 1100 0 1011110 11010 1000100 1011000 100111

Color Harmonies of #A6BD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BD0C

Black with #A6BD0C

Text Example


Text Example

White with #A6BD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BD0C; }

 p { color: rgb(166,189,12); }

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

background-color css

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

 a { background-color: rgb(166,189,12); }

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

border-color css

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

 span { border-color: rgb(166,189,12); }

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