Html Css Color HEX #A6B633 Bahia

📋 copy color: '#A6B633'

red 166 ◦ green 182 ◦ blue 51

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

Shades of Bahia #A6B633

Tints of Bahia #A6B633

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.61%

 BLUE value IS 51 (20.31% from 255) = 12.78%

R = 41.6%
G = 45.61%
B = 12.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#A6B633 (or 0xA6B633) is known color: Bahia. HEX triplet: A6, B6 and 33. RGB value is (166,182,51). Sum of RGB (Red+Green+Blue) = 166+182+51=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B633 is #5949CC. Grayscale: #A2A2A2. Windows color (decimal): -5851597 or 3389094. OLE color: 3389094.

HSL color Cylindrical-coordinate representation of color #A6B633: hue angle of 67.33º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6B633 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 182 51 -
CMYK 0.09 0 0.72 0.29
HSL 67.33º 0.56% 0.46% -
HSV(B) 67.33º 0.72% 0.71% -
XYZ 33.05 41.8 9.46 -
YUV 162.28 65.2 130.65 -
System Red Green Blue C M Y K H S L
Decimal 166 182 51 0.09 0 0.72 0.29 67.33 0.56 0.46
Hex A6 B6 33 9 0 48 1D 43 38 2E
Octal 246 266 63 11 0 110 35 103 70 56
Binary 10100110 10110110 110011 1001 0 1001000 11101 1000011 111000 101110

Color Harmonies of #A6B633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B633

Black with #A6B633

Text Example


Text Example

White with #A6B633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B633; }

 p { color: rgb(166,182,51); }

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

background-color css

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

 a { background-color: rgb(166,182,51); }

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

border-color css

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

 span { border-color: rgb(166,182,51); }

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