Html Css Color HEX #B1C032 Bahia

📋 copy color: '#B1C032'

red 177 ◦ green 192 ◦ blue 50

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

Shades of Bahia #B1C032

Tints of Bahia #B1C032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.82%

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

R = 42.24%
G = 45.82%
B = 11.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#B1C032 (or 0xB1C032) is known color: Bahia. HEX triplet: B1, C0 and 32. RGB value is (177,192,50). Sum of RGB (Red+Green+Blue) = 177+192+50=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C032 is #4E3FCD. Grayscale: #ABABAB. Windows color (decimal): -5128142 or 3326129. OLE color: 3326129.

HSL color Cylindrical-coordinate representation of color #B1C032: hue angle of 66.34º 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 #B1C032 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 192 50 -
CMYK 0.08 0 0.74 0.25
HSL 66.34º 0.59% 0.47% -
HSV(B) 66.34º 0.74% 0.75% -
XYZ 37.56 47.28 10.16 -
YUV 171.33 59.53 132.05 -
System Red Green Blue C M Y K H S L
Decimal 177 192 50 0.08 0 0.74 0.25 66.34 0.59 0.47
Hex B1 C0 32 8 0 4A 19 42 3B 2F
Octal 261 300 62 10 0 112 31 102 73 57
Binary 10110001 11000000 110010 1000 0 1001010 11001 1000010 111011 101111

Color Harmonies of #B1C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C032

Black with #B1C032

Text Example


Text Example

White with #B1C032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C032; }

 p { color: rgb(177,192,50); }

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

background-color css

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

 a { background-color: rgb(177,192,50); }

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

border-color css

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

 span { border-color: rgb(177,192,50); }

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