Html Css Color HEX #B1B91D Bahia

📋 copy color: '#B1B91D'

red 177 ◦ green 185 ◦ blue 29

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

Shades of Bahia #B1B91D

Tints of Bahia #B1B91D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.31%

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

R = 45.27%
G = 47.31%
B = 7.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B1B91D (or 0xB1B91D) is known color: Bahia. HEX triplet: B1, B9 and 1D. RGB value is (177,185,29). Sum of RGB (Red+Green+Blue) = 177+185+29=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B91D is #4E46E2. Grayscale: #A5A5A5. Windows color (decimal): -5129955 or 1948081. OLE color: 1948081.

HSL color Cylindrical-coordinate representation of color #B1B91D: hue angle of 63.08º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1B91D is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 185 29 -
CMYK 0.04 0 0.84 0.27
HSL 63.08º 0.73% 0.42% -
HSV(B) 63.08º 0.84% 0.73% -
XYZ 35.7 44.13 7.8 -
YUV 164.82 51.35 136.68 -
System Red Green Blue C M Y K H S L
Decimal 177 185 29 0.04 0 0.84 0.27 63.08 0.73 0.42
Hex B1 B9 1D 4 0 54 1B 3F 49 2A
Octal 261 271 35 4 0 124 33 77 111 52
Binary 10110001 10111001 11101 100 0 1010100 11011 111111 1001001 101010

Color Harmonies of #B1B91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B91D

Black with #B1B91D

Text Example


Text Example

White with #B1B91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B91D; }

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

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

background-color css

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

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

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

border-color css

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

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

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