Html Css Color HEX #B1B82D Bahia

📋 copy color: '#B1B82D'

red 177 ◦ green 184 ◦ blue 45

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

Shades of Bahia #B1B82D

Tints of Bahia #B1B82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.08%

R = 43.6%
G = 45.32%
B = 11.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B1B82D (or 0xB1B82D) is known color: Bahia. HEX triplet: B1, B8 and 2D. RGB value is (177,184,45). Sum of RGB (Red+Green+Blue) = 177+184+45=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B82D is #4E47D2. Grayscale: #A6A6A6. Windows color (decimal): -5130195 or 2996401. OLE color: 2996401.

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

Color convert

RGB 177 184 45 -
CMYK 0.04 0 0.76 0.28
HSL 63.02º 0.61% 0.45% -
HSV(B) 63.02º 0.76% 0.72% -
XYZ 35.75 43.82 9.06 -
YUV 166.06 59.68 135.8 -
System Red Green Blue C M Y K H S L
Decimal 177 184 45 0.04 0 0.76 0.28 63.02 0.61 0.45
Hex B1 B8 2D 4 0 4C 1C 3F 3D 2D
Octal 261 270 55 4 0 114 34 77 75 55
Binary 10110001 10111000 101101 100 0 1001100 11100 111111 111101 101101

Color Harmonies of #B1B82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B82D

Black with #B1B82D

Text Example


Text Example

White with #B1B82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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