Html Css Color HEX #A6BF32 Bahia

📋 copy color: '#A6BF32'

red 166 ◦ green 191 ◦ blue 50

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

Shades of Bahia #A6BF32

Tints of Bahia #A6BF32

RGB

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

 GREEN value IS 191 (75% from 255) = 46.93%

 BLUE value IS 50 (19.92% from 255) = 12.29%

R = 40.79%
G = 46.93%
B = 12.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#A6BF32 (or 0xA6BF32) is known color: Bahia. HEX triplet: A6, BF and 32. RGB value is (166,191,50). Sum of RGB (Red+Green+Blue) = 166+191+50=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BF32 is #5940CD. Grayscale: #A7A7A7. Windows color (decimal): -5849294 or 3325862. OLE color: 3325862.

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

Color convert

RGB 166 191 50 -
CMYK 0.13 0 0.74 0.25
HSL 70.64º 0.59% 0.47% -
HSV(B) 70.64º 0.74% 0.75% -
XYZ 34.93 45.6 9.98 -
YUV 167.45 61.72 126.96 -
System Red Green Blue C M Y K H S L
Decimal 166 191 50 0.13 0 0.74 0.25 70.64 0.59 0.47
Hex A6 BF 32 D 0 4A 19 47 3B 2F
Octal 246 277 62 15 0 112 31 107 73 57
Binary 10100110 10111111 110010 1101 0 1001010 11001 1000111 111011 101111

Color Harmonies of #A6BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BF32

Black with #A6BF32

Text Example


Text Example

White with #A6BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BF32; }

 p { color: rgb(166,191,50); }

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

background-color css

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

 a { background-color: rgb(166,191,50); }

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

border-color css

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

 span { border-color: rgb(166,191,50); }

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