Html Css Color HEX #B1BC33 Bahia

📋 copy color: '#B1BC33'

red 177 ◦ green 188 ◦ blue 51

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

Shades of Bahia #B1BC33

Tints of Bahia #B1BC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.19%

 BLUE value IS 51 (20.31% from 255) = 12.26%

R = 42.55%
G = 45.19%
B = 12.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#B1BC33 (or 0xB1BC33) is known color: Bahia. HEX triplet: B1, BC and 33. RGB value is (177,188,51). Sum of RGB (Red+Green+Blue) = 177+188+51=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BC33 is #4E43CC. Grayscale: #A9A9A9. Windows color (decimal): -5129165 or 3390641. OLE color: 3390641.

HSL color Cylindrical-coordinate representation of color #B1BC33: hue angle of 64.82º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1BC33 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 188 51 -
CMYK 0.06 0 0.73 0.26
HSL 64.82º 0.57% 0.47% -
HSV(B) 64.82º 0.73% 0.74% -
XYZ 36.71 45.55 9.99 -
YUV 169.09 61.36 133.64 -
System Red Green Blue C M Y K H S L
Decimal 177 188 51 0.06 0 0.73 0.26 64.82 0.57 0.47
Hex B1 BC 33 6 0 49 1A 41 39 2F
Octal 261 274 63 6 0 111 32 101 71 57
Binary 10110001 10111100 110011 110 0 1001001 11010 1000001 111001 101111

Color Harmonies of #B1BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BC33

Black with #B1BC33

Text Example


Text Example

White with #B1BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BC33; }

 p { color: rgb(177,188,51); }

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

background-color css

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

 a { background-color: rgb(177,188,51); }

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

border-color css

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

 span { border-color: rgb(177,188,51); }

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