Html Css Color HEX #B1C229 Bahia

📋 copy color: '#B1C229'

red 177 ◦ green 194 ◦ blue 41

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

Shades of Bahia #B1C229

Tints of Bahia #B1C229

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.09%

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

R = 42.96%
G = 47.09%
B = 9.95%

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

#B1C229 (or 0xB1C229) is known color: Bahia. HEX triplet: B1, C2 and 29. RGB value is (177,194,41). Sum of RGB (Red+Green+Blue) = 177+194+41=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C229 is #4E3DD6. Grayscale: #ACACAC. Windows color (decimal): -5127639 or 2736817. OLE color: 2736817.

HSL color Cylindrical-coordinate representation of color #B1C229: hue angle of 66.67º 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 #B1C229 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 194 41 -
CMYK 0.09 0 0.79 0.24
HSL 66.67º 0.65% 0.46% -
HSV(B) 66.67º 0.79% 0.76% -
XYZ 37.82 48.09 9.39 -
YUV 171.48 54.37 131.94 -
System Red Green Blue C M Y K H S L
Decimal 177 194 41 0.09 0 0.79 0.24 66.67 0.65 0.46
Hex B1 C2 29 9 0 4F 18 43 41 2E
Octal 261 302 51 11 0 117 30 103 101 56
Binary 10110001 11000010 101001 1001 0 1001111 11000 1000011 1000001 101110

Color Harmonies of #B1C229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C229

Black with #B1C229

Text Example


Text Example

White with #B1C229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C229; }

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

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

background-color css

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

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

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

border-color css

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

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

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