Html Css Color HEX #A6BD2A Bahia

📋 copy color: '#A6BD2A'

red 166 ◦ green 189 ◦ blue 42

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

Shades of Bahia #A6BD2A

Tints of Bahia #A6BD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.58%

R = 41.81%
G = 47.61%
B = 10.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#A6BD2A (or 0xA6BD2A) is known color: Bahia. HEX triplet: A6, BD and 2A. RGB value is (166,189,42). Sum of RGB (Red+Green+Blue) = 166+189+42=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BD2A is #5942D5. Grayscale: #A5A5A5. Windows color (decimal): -5849814 or 2801062. OLE color: 2801062.

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

Color convert

RGB 166 189 42 -
CMYK 0.12 0 0.78 0.26
HSL 69.39º 0.64% 0.45% -
HSV(B) 69.39º 0.78% 0.74% -
XYZ 34.34 44.67 9 -
YUV 165.37 58.38 128.45 -
System Red Green Blue C M Y K H S L
Decimal 166 189 42 0.12 0 0.78 0.26 69.39 0.64 0.45
Hex A6 BD 2A C 0 4E 1A 45 40 2D
Octal 246 275 52 14 0 116 32 105 100 55
Binary 10100110 10111101 101010 1100 0 1001110 11010 1000101 1000000 101101

Color Harmonies of #A6BD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BD2A

Black with #A6BD2A

Text Example


Text Example

White with #A6BD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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