Html Css Color HEX #A6BD1E Bahia

📋 copy color: '#A6BD1E'

red 166 ◦ green 189 ◦ blue 30

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

Shades of Bahia #A6BD1E

Tints of Bahia #A6BD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.79%

R = 43.12%
G = 49.09%
B = 7.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#A6BD1E (or 0xA6BD1E) is known color: Bahia. HEX triplet: A6, BD and 1E. RGB value is (166,189,30). Sum of RGB (Red+Green+Blue) = 166+189+30=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BD1E is #5942E1. Grayscale: #A4A4A4. Windows color (decimal): -5849826 or 2014630. OLE color: 2014630.

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

Color convert

RGB 166 189 30 -
CMYK 0.12 0 0.84 0.26
HSL 68.68º 0.73% 0.43% -
HSV(B) 68.68º 0.84% 0.74% -
XYZ 34.16 44.6 8.04 -
YUV 164 52.38 129.43 -
System Red Green Blue C M Y K H S L
Decimal 166 189 30 0.12 0 0.84 0.26 68.68 0.73 0.43
Hex A6 BD 1E C 0 54 1A 45 49 2B
Octal 246 275 36 14 0 124 32 105 111 53
Binary 10100110 10111101 11110 1100 0 1010100 11010 1000101 1001001 101011

Color Harmonies of #A6BD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BD1E

Black with #A6BD1E

Text Example


Text Example

White with #A6BD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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