Html Css Color HEX #A6BD20 Bahia

📋 copy color: '#A6BD20'

red 166 ◦ green 189 ◦ blue 32

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

Shades of Bahia #A6BD20

Tints of Bahia #A6BD20

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.84%

 BLUE value IS 32 (12.89% from 255) = 8.27%

R = 42.89%
G = 48.84%
B = 8.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#A6BD20 (or 0xA6BD20) is known color: Bahia. HEX triplet: A6, BD and 20. RGB value is (166,189,32). Sum of RGB (Red+Green+Blue) = 166+189+32=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BD20 is #5942DF. Grayscale: #A4A4A4. Windows color (decimal): -5849824 or 2145702. OLE color: 2145702.

HSL color Cylindrical-coordinate representation of color #A6BD20: hue angle of 68.79º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6BD20 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 189 32 -
CMYK 0.12 0 0.83 0.26
HSL 68.79º 0.71% 0.43% -
HSV(B) 68.79º 0.83% 0.74% -
XYZ 34.18 44.61 8.17 -
YUV 164.23 53.38 129.27 -
System Red Green Blue C M Y K H S L
Decimal 166 189 32 0.12 0 0.83 0.26 68.79 0.71 0.43
Hex A6 BD 20 C 0 53 1A 45 47 2B
Octal 246 275 40 14 0 123 32 105 107 53
Binary 10100110 10111101 100000 1100 0 1010011 11010 1000101 1000111 101011

Color Harmonies of #A6BD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BD20

Black with #A6BD20

Text Example


Text Example

White with #A6BD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BD20; }

 p { color: rgb(166,189,32); }

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

background-color css

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

 a { background-color: rgb(166,189,32); }

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

border-color css

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

 span { border-color: rgb(166,189,32); }

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