Html Css Color HEX #B1B82C Bahia

📋 copy color: '#B1B82C'

red 177 ◦ green 184 ◦ blue 44

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

Shades of Bahia #B1B82C

Tints of Bahia #B1B82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.86%

R = 43.7%
G = 45.43%
B = 10.86%

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

#B1B82C (or 0xB1B82C) is known color: Bahia. HEX triplet: B1, B8 and 2C. RGB value is (177,184,44). Sum of RGB (Red+Green+Blue) = 177+184+44=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B82C is #4E47D3. Grayscale: #A6A6A6. Windows color (decimal): -5130196 or 2930865. OLE color: 2930865.

HSL color Cylindrical-coordinate representation of color #B1B82C: hue angle of 63º 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 #B1B82C is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 184 44 -
CMYK 0.04 0 0.76 0.28
HSL 63º 0.61% 0.45% -
HSV(B) 63º 0.76% 0.72% -
XYZ 35.73 43.81 8.96 -
YUV 165.95 59.18 135.88 -
System Red Green Blue C M Y K H S L
Decimal 177 184 44 0.04 0 0.76 0.28 63 0.61 0.45
Hex B1 B8 2C 4 0 4C 1C 3F 3D 2D
Octal 261 270 54 4 0 114 34 77 75 55
Binary 10110001 10111000 101100 100 0 1001100 11100 111111 111101 101101

Color Harmonies of #B1B82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B82C

Black with #B1B82C

Text Example


Text Example

White with #B1B82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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