Html Css Color HEX #A6B30E Citrus

📋 copy color: '#A6B30E'

red 166 ◦ green 179 ◦ blue 14

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

Shades of Citrus #A6B30E

Tints of Citrus #A6B30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.9%

R = 46.24%
G = 49.86%
B = 3.9%

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

#A6B30E (or 0xA6B30E) is known color: Citrus. HEX triplet: A6, B3 and 0E. RGB value is (166,179,14). Sum of RGB (Red+Green+Blue) = 166+179+14=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B30E is #594CF1. Grayscale: #9C9C9C. Windows color (decimal): -5852402 or 963494. OLE color: 963494.

HSL color Cylindrical-coordinate representation of color #A6B30E: hue angle of 64.73º 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 #A6B30E is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 179 14 -
CMYK 0.07 0 0.92 0.30
HSL 64.73º 0.85% 0.38% -
HSV(B) 64.73º 0.92% 0.7% -
XYZ 31.93 40.38 6.53 -
YUV 156.3 47.69 134.92 -
System Red Green Blue C M Y K H S L
Decimal 166 179 14 0.07 0 0.92 0.30 64.73 0.85 0.38
Hex A6 B3 E 7 0 5C 1E 41 55 26
Octal 246 263 16 7 0 134 36 101 125 46
Binary 10100110 10110011 1110 111 0 1011100 11110 1000001 1010101 100110

Color Harmonies of #A6B30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B30E

Black with #A6B30E

Text Example


Text Example

White with #A6B30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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