Html Css Color HEX #A6B50D Citrus

📋 copy color: '#A6B50D'

red 166 ◦ green 181 ◦ blue 13

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

Shades of Citrus #A6B50D

Tints of Citrus #A6B50D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.28%

 BLUE value IS 13 (5.47% from 255) = 3.61%

R = 46.11%
G = 50.28%
B = 3.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#A6B50D (or 0xA6B50D) is known color: Citrus. HEX triplet: A6, B5 and 0D. RGB value is (166,181,13). Sum of RGB (Red+Green+Blue) = 166+181+13=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 181 (71.09% from 255 or 50.28% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B50D is #594AF2. Grayscale: #9E9E9E. Windows color (decimal): -5851891 or 898470. OLE color: 898470.

HSL color Cylindrical-coordinate representation of color #A6B50D: hue angle of 65.36º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6B50D is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 181 13 -
CMYK 0.08 0 0.93 0.29
HSL 65.36º 0.87% 0.38% -
HSV(B) 65.36º 0.93% 0.71% -
XYZ 32.32 41.18 6.63 -
YUV 157.36 46.53 134.16 -
System Red Green Blue C M Y K H S L
Decimal 166 181 13 0.08 0 0.93 0.29 65.36 0.87 0.38
Hex A6 B5 D 8 0 5D 1D 41 57 26
Octal 246 265 15 10 0 135 35 101 127 46
Binary 10100110 10110101 1101 1000 0 1011101 11101 1000001 1010111 100110

Color Harmonies of #A6B50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B50D

Black with #A6B50D

Text Example


Text Example

White with #A6B50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B50D; }

 p { color: rgb(166,181,13); }

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

background-color css

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

 a { background-color: rgb(166,181,13); }

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

border-color css

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

 span { border-color: rgb(166,181,13); }

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