Html Css Color HEX #B1C329 Bahia

📋 copy color: '#B1C329'

red 177 ◦ green 195 ◦ blue 41

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

Shades of Bahia #B1C329

Tints of Bahia #B1C329

RGB

 RED value IS 177 (69.53% from 255) = 42.86%

 GREEN value IS 195 (76.56% from 255) = 47.22%

 BLUE value IS 41 (16.41% from 255) = 9.93%

R = 42.86%
G = 47.22%
B = 9.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#B1C329 (or 0xB1C329) is known color: Bahia. HEX triplet: B1, C3 and 29. RGB value is (177,195,41). Sum of RGB (Red+Green+Blue) = 177+195+41=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C329 is #4E3CD6. Grayscale: #ACACAC. Windows color (decimal): -5127383 or 2737073. OLE color: 2737073.

HSL color Cylindrical-coordinate representation of color #B1C329: hue angle of 67.01º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1C329 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 195 41 -
CMYK 0.09 0 0.79 0.24
HSL 67.01º 0.65% 0.46% -
HSV(B) 67.01º 0.79% 0.76% -
XYZ 38.05 48.54 9.46 -
YUV 172.06 54.04 131.52 -
System Red Green Blue C M Y K H S L
Decimal 177 195 41 0.09 0 0.79 0.24 67.01 0.65 0.46
Hex B1 C3 29 9 0 4F 18 43 41 2E
Octal 261 303 51 11 0 117 30 103 101 56
Binary 10110001 11000011 101001 1001 0 1001111 11000 1000011 1000001 101110

Color Harmonies of #B1C329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C329

Black with #B1C329

Text Example


Text Example

White with #B1C329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C329; }

 p { color: rgb(177,195,41); }

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

background-color css

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

 a { background-color: rgb(177,195,41); }

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

border-color css

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

 span { border-color: rgb(177,195,41); }

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