Html Css Color HEX #A6B61B Bahia

📋 copy color: '#A6B61B'

red 166 ◦ green 182 ◦ blue 27

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

Shades of Bahia #A6B61B

Tints of Bahia #A6B61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.2%

R = 44.27%
G = 48.53%
B = 7.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#A6B61B (or 0xA6B61B) is known color: Bahia. HEX triplet: A6, B6 and 1B. RGB value is (166,182,27). Sum of RGB (Red+Green+Blue) = 166+182+27=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B61B is #5949E4. Grayscale: #A0A0A0. Windows color (decimal): -5851621 or 1816230. OLE color: 1816230.

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

Color convert

RGB 166 182 27 -
CMYK 0.09 0 0.85 0.29
HSL 66.19º 0.74% 0.41% -
HSV(B) 66.19º 0.85% 0.71% -
XYZ 32.65 41.64 7.35 -
YUV 159.55 53.2 132.6 -
System Red Green Blue C M Y K H S L
Decimal 166 182 27 0.09 0 0.85 0.29 66.19 0.74 0.41
Hex A6 B6 1B 9 0 55 1D 42 4A 29
Octal 246 266 33 11 0 125 35 102 112 51
Binary 10100110 10110110 11011 1001 0 1010101 11101 1000010 1001010 101001

Color Harmonies of #A6B61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B61B

Black with #A6B61B

Text Example


Text Example

White with #A6B61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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