Html Css Color HEX #A6D01C Bahia

📋 copy color: '#A6D01C'

red 166 ◦ green 208 ◦ blue 28

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

Shades of Bahia #A6D01C

Tints of Bahia #A6D01C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.74%

 BLUE value IS 28 (11.33% from 255) = 6.97%

R = 41.29%
G = 51.74%
B = 6.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#A6D01C (or 0xA6D01C) is known color: Bahia. HEX triplet: A6, D0 and 1C. RGB value is (166,208,28). Sum of RGB (Red+Green+Blue) = 166+208+28=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D01C is #592FE3. Grayscale: #AFAFAF. Windows color (decimal): -5844964 or 1888422. OLE color: 1888422.

HSL color Cylindrical-coordinate representation of color #A6D01C: hue angle of 74º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6D01C is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 208 28 -
CMYK 0.20 0 0.87 0.18
HSL 74º 0.76% 0.46% -
HSV(B) 74º 0.87% 0.82% -
XYZ 38.49 53.3 9.36 -
YUV 174.92 45.09 121.64 -
System Red Green Blue C M Y K H S L
Decimal 166 208 28 0.20 0 0.87 0.18 74 0.76 0.46
Hex A6 D0 1C 14 0 57 12 4A 4C 2E
Octal 246 320 34 24 0 127 22 112 114 56
Binary 10100110 11010000 11100 10100 0 1010111 10010 1001010 1001100 101110

Color Harmonies of #A6D01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D01C

Black with #A6D01C

Text Example


Text Example

White with #A6D01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D01C; }

 p { color: rgb(166,208,28); }

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

background-color css

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

 a { background-color: rgb(166,208,28); }

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

border-color css

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

 span { border-color: rgb(166,208,28); }

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