Html Css Color HEX #B1BD1D Bahia

📋 copy color: '#B1BD1D'

red 177 ◦ green 189 ◦ blue 29

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

Shades of Bahia #B1BD1D

Tints of Bahia #B1BD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.34%

R = 44.81%
G = 47.85%
B = 7.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#B1BD1D (or 0xB1BD1D) is known color: Bahia. HEX triplet: B1, BD and 1D. RGB value is (177,189,29). Sum of RGB (Red+Green+Blue) = 177+189+29=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BD1D is #4E42E2. Grayscale: #A7A7A7. Windows color (decimal): -5128931 or 1949105. OLE color: 1949105.

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

Color convert

RGB 177 189 29 -
CMYK 0.06 0 0.85 0.26
HSL 64.5º 0.73% 0.43% -
HSV(B) 64.5º 0.85% 0.74% -
XYZ 36.55 45.83 8.08 -
YUV 167.17 50.02 135.01 -
System Red Green Blue C M Y K H S L
Decimal 177 189 29 0.06 0 0.85 0.26 64.5 0.73 0.43
Hex B1 BD 1D 6 0 55 1A 40 49 2B
Octal 261 275 35 6 0 125 32 100 111 53
Binary 10110001 10111101 11101 110 0 1010101 11010 1000000 1001001 101011

Color Harmonies of #B1BD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BD1D

Black with #B1BD1D

Text Example


Text Example

White with #B1BD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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