Html Css Color HEX #A6B30F Citrus

📋 copy color: '#A6B30F'

red 166 ◦ green 179 ◦ blue 15

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

Shades of Citrus #A6B30F

Tints of Citrus #A6B30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.17%

R = 46.11%
G = 49.72%
B = 4.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#A6B30F (or 0xA6B30F) is known color: Citrus. HEX triplet: A6, B3 and 0F. RGB value is (166,179,15). Sum of RGB (Red+Green+Blue) = 166+179+15=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B30F is #594CF0. Grayscale: #9D9D9D. Windows color (decimal): -5852401 or 1029030. OLE color: 1029030.

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

Color convert

RGB 166 179 15 -
CMYK 0.07 0 0.92 0.30
HSL 64.76º 0.85% 0.38% -
HSV(B) 64.76º 0.92% 0.7% -
XYZ 31.93 40.38 6.56 -
YUV 156.42 48.19 134.84 -
System Red Green Blue C M Y K H S L
Decimal 166 179 15 0.07 0 0.92 0.30 64.76 0.85 0.38
Hex A6 B3 F 7 0 5C 1E 41 55 26
Octal 246 263 17 7 0 134 36 101 125 46
Binary 10100110 10110011 1111 111 0 1011100 11110 1000001 1010101 100110

Color Harmonies of #A6B30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B30F

Black with #A6B30F

Text Example


Text Example

White with #A6B30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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