Html Css Color HEX #A6B310 Citrus

📋 copy color: '#A6B310'

red 166 ◦ green 179 ◦ blue 16

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

Shades of Citrus #A6B310

Tints of Citrus #A6B310

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.58%

 BLUE value IS 16 (6.64% from 255) = 4.43%

R = 45.98%
G = 49.58%
B = 4.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#A6B310 (or 0xA6B310) is known color: Citrus. HEX triplet: A6, B3 and 10. RGB value is (166,179,16). Sum of RGB (Red+Green+Blue) = 166+179+16=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B310 is #594CEF. Grayscale: #9D9D9D. Windows color (decimal): -5852400 or 1094566. OLE color: 1094566.

HSL color Cylindrical-coordinate representation of color #A6B310: hue angle of 64.79º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6B310 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 179 16 -
CMYK 0.07 0 0.91 0.30
HSL 64.79º 0.84% 0.38% -
HSV(B) 64.79º 0.91% 0.7% -
XYZ 31.94 40.38 6.6 -
YUV 156.53 48.69 134.75 -
System Red Green Blue C M Y K H S L
Decimal 166 179 16 0.07 0 0.91 0.30 64.79 0.84 0.38
Hex A6 B3 10 7 0 5B 1E 41 54 26
Octal 246 263 20 7 0 133 36 101 124 46
Binary 10100110 10110011 10000 111 0 1011011 11110 1000001 1010100 100110

Color Harmonies of #A6B310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B310

Black with #A6B310

Text Example


Text Example

White with #A6B310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B310; }

 p { color: rgb(166,179,16); }

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

background-color css

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

 a { background-color: rgb(166,179,16); }

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

border-color css

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

 span { border-color: rgb(166,179,16); }

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