Html Css Color HEX #B1BD33 Bahia

📋 copy color: '#B1BD33'

red 177 ◦ green 189 ◦ blue 51

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

Shades of Bahia #B1BD33

Tints of Bahia #B1BD33

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.32%

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

R = 42.45%
G = 45.32%
B = 12.23%

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

#B1BD33 (or 0xB1BD33) is known color: Bahia. HEX triplet: B1, BD and 33. RGB value is (177,189,51). Sum of RGB (Red+Green+Blue) = 177+189+51=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BD33 is #4E42CC. Grayscale: #AAAAAA. Windows color (decimal): -5128909 or 3390897. OLE color: 3390897.

HSL color Cylindrical-coordinate representation of color #B1BD33: hue angle of 65.22º 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 #B1BD33 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 189 51 -
CMYK 0.06 0 0.73 0.26
HSL 65.22º 0.58% 0.47% -
HSV(B) 65.22º 0.73% 0.74% -
XYZ 36.93 45.98 10.06 -
YUV 169.68 61.02 133.22 -
System Red Green Blue C M Y K H S L
Decimal 177 189 51 0.06 0 0.73 0.26 65.22 0.58 0.47
Hex B1 BD 33 6 0 49 1A 41 3A 2F
Octal 261 275 63 6 0 111 32 101 72 57
Binary 10110001 10111101 110011 110 0 1001001 11010 1000001 111010 101111

Color Harmonies of #B1BD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BD33

Black with #B1BD33

Text Example


Text Example

White with #B1BD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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