Html Css Color HEX #B1C531 Bahia

📋 copy color: '#B1C531'

red 177 ◦ green 197 ◦ blue 49

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

Shades of Bahia #B1C531

Tints of Bahia #B1C531

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.57%

 BLUE value IS 49 (19.53% from 255) = 11.58%

R = 41.84%
G = 46.57%
B = 11.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#B1C531 (or 0xB1C531) is known color: Bahia. HEX triplet: B1, C5 and 31. RGB value is (177,197,49). Sum of RGB (Red+Green+Blue) = 177+197+49=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C531 is #4E3ACE. Grayscale: #AEAEAE. Windows color (decimal): -5126863 or 3261873. OLE color: 3261873.

HSL color Cylindrical-coordinate representation of color #B1C531: hue angle of 68.11º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1C531 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 197 49 -
CMYK 0.10 0 0.75 0.23
HSL 68.11º 0.6% 0.48% -
HSV(B) 68.11º 0.75% 0.77% -
XYZ 38.65 49.5 10.42 -
YUV 174.15 57.37 130.03 -
System Red Green Blue C M Y K H S L
Decimal 177 197 49 0.10 0 0.75 0.23 68.11 0.6 0.48
Hex B1 C5 31 A 0 4B 17 44 3C 30
Octal 261 305 61 12 0 113 27 104 74 60
Binary 10110001 11000101 110001 1010 0 1001011 10111 1000100 111100 110000

Color Harmonies of #B1C531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C531

Black with #B1C531

Text Example


Text Example

White with #B1C531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C531; }

 p { color: rgb(177,197,49); }

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

background-color css

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

 a { background-color: rgb(177,197,49); }

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

border-color css

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

 span { border-color: rgb(177,197,49); }

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