Html Css Color HEX #A6C21B Bahia

📋 copy color: '#A6C21B'

red 166 ◦ green 194 ◦ blue 27

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

Shades of Bahia #A6C21B

Tints of Bahia #A6C21B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.13%

 BLUE value IS 27 (10.94% from 255) = 6.98%

R = 42.89%
G = 50.13%
B = 6.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#A6C21B (or 0xA6C21B) is known color: Bahia. HEX triplet: A6, C2 and 1B. RGB value is (166,194,27). Sum of RGB (Red+Green+Blue) = 166+194+27=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C21B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C21B is #593DE4. Grayscale: #A7A7A7. Windows color (decimal): -5848549 or 1819302. OLE color: 1819302.

HSL color Cylindrical-coordinate representation of color #A6C21B: hue angle of 70.06º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6C21B is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 194 27 -
CMYK 0.14 0 0.86 0.24
HSL 70.06º 0.76% 0.43% -
HSV(B) 70.06º 0.86% 0.76% -
XYZ 35.22 46.77 8.21 -
YUV 166.59 49.22 127.58 -
System Red Green Blue C M Y K H S L
Decimal 166 194 27 0.14 0 0.86 0.24 70.06 0.76 0.43
Hex A6 C2 1B E 0 56 18 46 4C 2B
Octal 246 302 33 16 0 126 30 106 114 53
Binary 10100110 11000010 11011 1110 0 1010110 11000 1000110 1001100 101011

Color Harmonies of #A6C21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C21B

Black with #A6C21B

Text Example


Text Example

White with #A6C21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C21B; }

 p { color: rgb(166,194,27); }

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

background-color css

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

 a { background-color: rgb(166,194,27); }

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

border-color css

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

 span { border-color: rgb(166,194,27); }

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