Html Css Color HEX #B1BD29 Bahia

📋 copy color: '#B1BD29'

red 177 ◦ green 189 ◦ blue 41

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

Shades of Bahia #B1BD29

Tints of Bahia #B1BD29

RGB

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

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

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

R = 43.49%
G = 46.44%
B = 10.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#B1BD29 (or 0xB1BD29) is known color: Bahia. HEX triplet: B1, BD and 29. RGB value is (177,189,41). Sum of RGB (Red+Green+Blue) = 177+189+41=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BD29 is #4E42D6. Grayscale: #A9A9A9. Windows color (decimal): -5128919 or 2735537. OLE color: 2735537.

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

Color convert

RGB 177 189 41 -
CMYK 0.06 0 0.78 0.26
HSL 64.86º 0.64% 0.45% -
HSV(B) 64.86º 0.78% 0.74% -
XYZ 36.73 45.9 9.02 -
YUV 168.54 56.02 134.03 -
System Red Green Blue C M Y K H S L
Decimal 177 189 41 0.06 0 0.78 0.26 64.86 0.64 0.45
Hex B1 BD 29 6 0 4E 1A 41 40 2D
Octal 261 275 51 6 0 116 32 101 100 55
Binary 10110001 10111101 101001 110 0 1001110 11010 1000001 1000000 101101

Color Harmonies of #B1BD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BD29

Black with #B1BD29

Text Example


Text Example

White with #B1BD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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