Html Css Color HEX #A6BC23 Bahia

📋 copy color: '#A6BC23'

red 166 ◦ green 188 ◦ blue 35

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

Shades of Bahia #A6BC23

Tints of Bahia #A6BC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9%

R = 42.67%
G = 48.33%
B = 9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#A6BC23 (or 0xA6BC23) is known color: Bahia. HEX triplet: A6, BC and 23. RGB value is (166,188,35). Sum of RGB (Red+Green+Blue) = 166+188+35=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 35 (14.06% from 255 or 9.00% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC23 is #5943DC. Grayscale: #A4A4A4. Windows color (decimal): -5850077 or 2342054. OLE color: 2342054.

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

Color convert

RGB 166 188 35 -
CMYK 0.12 0 0.81 0.26
HSL 68.63º 0.69% 0.44% -
HSV(B) 68.63º 0.81% 0.74% -
XYZ 34.01 44.19 8.33 -
YUV 163.98 55.21 129.44 -
System Red Green Blue C M Y K H S L
Decimal 166 188 35 0.12 0 0.81 0.26 68.63 0.69 0.44
Hex A6 BC 23 C 0 51 1A 45 45 2C
Octal 246 274 43 14 0 121 32 105 105 54
Binary 10100110 10111100 100011 1100 0 1010001 11010 1000101 1000101 101100

Color Harmonies of #A6BC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC23

Black with #A6BC23

Text Example


Text Example

White with #A6BC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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