Html Css Color HEX #A6BE12 Bahia

📋 copy color: '#A6BE12'

red 166 ◦ green 190 ◦ blue 18

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

Shades of Bahia #A6BE12

Tints of Bahia #A6BE12

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.8%

 BLUE value IS 18 (7.42% from 255) = 4.81%

R = 44.39%
G = 50.8%
B = 4.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#A6BE12 (or 0xA6BE12) is known color: Bahia. HEX triplet: A6, BE and 12. RGB value is (166,190,18). Sum of RGB (Red+Green+Blue) = 166+190+18=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BE12 is #5941ED. Grayscale: #A3A3A3. Windows color (decimal): -5849582 or 1228454. OLE color: 1228454.

HSL color Cylindrical-coordinate representation of color #A6BE12: hue angle of 68.37º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6BE12 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 190 18 -
CMYK 0.13 0 0.91 0.25
HSL 68.37º 0.83% 0.41% -
HSV(B) 68.37º 0.91% 0.75% -
XYZ 34.25 44.98 7.45 -
YUV 163.22 46.05 129.99 -
System Red Green Blue C M Y K H S L
Decimal 166 190 18 0.13 0 0.91 0.25 68.37 0.83 0.41
Hex A6 BE 12 D 0 5B 19 44 53 29
Octal 246 276 22 15 0 133 31 104 123 51
Binary 10100110 10111110 10010 1101 0 1011011 11001 1000100 1010011 101001

Color Harmonies of #A6BE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BE12

Black with #A6BE12

Text Example


Text Example

White with #A6BE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BE12; }

 p { color: rgb(166,190,18); }

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

background-color css

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

 a { background-color: rgb(166,190,18); }

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

border-color css

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

 span { border-color: rgb(166,190,18); }

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