Html Css Color HEX #A6BD18 Bahia

📋 copy color: '#A6BD18'

red 166 ◦ green 189 ◦ blue 24

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

Shades of Bahia #A6BD18

Tints of Bahia #A6BD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.33%

R = 43.8%
G = 49.87%
B = 6.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#A6BD18 (or 0xA6BD18) is known color: Bahia. HEX triplet: A6, BD and 18. RGB value is (166,189,24). Sum of RGB (Red+Green+Blue) = 166+189+24=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BD18 is #5942E7. Grayscale: #A3A3A3. Windows color (decimal): -5849832 or 1621414. OLE color: 1621414.

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

Color convert

RGB 166 189 24 -
CMYK 0.12 0 0.87 0.26
HSL 68.36º 0.77% 0.42% -
HSV(B) 68.36º 0.87% 0.74% -
XYZ 34.09 44.57 7.67 -
YUV 163.31 49.38 129.92 -
System Red Green Blue C M Y K H S L
Decimal 166 189 24 0.12 0 0.87 0.26 68.36 0.77 0.42
Hex A6 BD 18 C 0 57 1A 44 4D 2A
Octal 246 275 30 14 0 127 32 104 115 52
Binary 10100110 10111101 11000 1100 0 1010111 11010 1000100 1001101 101010

Color Harmonies of #A6BD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BD18

Black with #A6BD18

Text Example


Text Example

White with #A6BD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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