Html Css Color HEX #A6BC1D Bahia

📋 copy color: '#A6BC1D'

red 166 ◦ green 188 ◦ blue 29

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

Shades of Bahia #A6BC1D

Tints of Bahia #A6BC1D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.09%

 BLUE value IS 29 (11.72% from 255) = 7.57%

R = 43.34%
G = 49.09%
B = 7.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#A6BC1D (or 0xA6BC1D) is known color: Bahia. HEX triplet: A6, BC and 1D. RGB value is (166,188,29). Sum of RGB (Red+Green+Blue) = 166+188+29=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC1D is #5943E2. Grayscale: #A3A3A3. Windows color (decimal): -5850083 or 1948838. OLE color: 1948838.

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

Color convert

RGB 166 188 29 -
CMYK 0.12 0 0.85 0.26
HSL 68.3º 0.73% 0.43% -
HSV(B) 68.3º 0.85% 0.74% -
XYZ 33.93 44.16 7.9 -
YUV 163.3 52.21 129.93 -
System Red Green Blue C M Y K H S L
Decimal 166 188 29 0.12 0 0.85 0.26 68.3 0.73 0.43
Hex A6 BC 1D C 0 55 1A 44 49 2B
Octal 246 274 35 14 0 125 32 104 111 53
Binary 10100110 10111100 11101 1100 0 1010101 11010 1000100 1001001 101011

Color Harmonies of #A6BC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC1D

Black with #A6BC1D

Text Example


Text Example

White with #A6BC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC1D; }

 p { color: rgb(166,188,29); }

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

background-color css

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

 a { background-color: rgb(166,188,29); }

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

border-color css

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

 span { border-color: rgb(166,188,29); }

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