Html Css Color HEX #B1B81D Bahia

📋 copy color: '#B1B81D'

red 177 ◦ green 184 ◦ blue 29

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

Shades of Bahia #B1B81D

Tints of Bahia #B1B81D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.18%

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

R = 45.38%
G = 47.18%
B = 7.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B1B81D (or 0xB1B81D) is known color: Bahia. HEX triplet: B1, B8 and 1D. RGB value is (177,184,29). Sum of RGB (Red+Green+Blue) = 177+184+29=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B81D is #4E47E2. Grayscale: #A4A4A4. Windows color (decimal): -5130211 or 1947825. OLE color: 1947825.

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

Color convert

RGB 177 184 29 -
CMYK 0.04 0 0.84 0.28
HSL 62.71º 0.73% 0.42% -
HSV(B) 62.71º 0.84% 0.72% -
XYZ 35.49 43.72 7.73 -
YUV 164.24 51.68 137.1 -
System Red Green Blue C M Y K H S L
Decimal 177 184 29 0.04 0 0.84 0.28 62.71 0.73 0.42
Hex B1 B8 1D 4 0 54 1C 3F 49 2A
Octal 261 270 35 4 0 124 34 77 111 52
Binary 10110001 10111000 11101 100 0 1010100 11100 111111 1001001 101010

Color Harmonies of #B1B81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B81D

Black with #B1B81D

Text Example


Text Example

White with #B1B81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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