Html Css Color HEX #A6B30C Citrus

📋 copy color: '#A6B30C'

red 166 ◦ green 179 ◦ blue 12

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

Shades of Citrus #A6B30C

Tints of Citrus #A6B30C

RGB

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

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

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

R = 46.5%
G = 50.14%
B = 3.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#A6B30C (or 0xA6B30C) is known color: Citrus. HEX triplet: A6, B3 and 0C. RGB value is (166,179,12). Sum of RGB (Red+Green+Blue) = 166+179+12=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B30C is #594CF3. Grayscale: #9C9C9C. Windows color (decimal): -5852404 or 832422. OLE color: 832422.

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

Color convert

RGB 166 179 12 -
CMYK 0.07 0 0.93 0.30
HSL 64.67º 0.87% 0.37% -
HSV(B) 64.67º 0.93% 0.7% -
XYZ 31.91 40.37 6.46 -
YUV 156.08 46.69 135.08 -
System Red Green Blue C M Y K H S L
Decimal 166 179 12 0.07 0 0.93 0.30 64.67 0.87 0.37
Hex A6 B3 C 7 0 5D 1E 41 57 25
Octal 246 263 14 7 0 135 36 101 127 45
Binary 10100110 10110011 1100 111 0 1011101 11110 1000001 1010111 100101

Color Harmonies of #A6B30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B30C

Black with #A6B30C

Text Example


Text Example

White with #A6B30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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