Html Css Color HEX #B1C031 Bahia

📋 copy color: '#B1C031'

red 177 ◦ green 192 ◦ blue 49

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

Shades of Bahia #B1C031

Tints of Bahia #B1C031

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.93%

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

R = 42.34%
G = 45.93%
B = 11.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#B1C031 (or 0xB1C031) is known color: Bahia. HEX triplet: B1, C0 and 31. RGB value is (177,192,49). Sum of RGB (Red+Green+Blue) = 177+192+49=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C031 is #4E3FCE. Grayscale: #ABABAB. Windows color (decimal): -5128143 or 3260593. OLE color: 3260593.

HSL color Cylindrical-coordinate representation of color #B1C031: hue angle of 66.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1C031 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 192 49 -
CMYK 0.08 0 0.74 0.25
HSL 66.29º 0.59% 0.47% -
HSV(B) 66.29º 0.74% 0.75% -
XYZ 37.54 47.27 10.05 -
YUV 171.21 59.03 132.13 -
System Red Green Blue C M Y K H S L
Decimal 177 192 49 0.08 0 0.74 0.25 66.29 0.59 0.47
Hex B1 C0 31 8 0 4A 19 42 3B 2F
Octal 261 300 61 10 0 112 31 102 73 57
Binary 10110001 11000000 110001 1000 0 1001010 11001 1000010 111011 101111

Color Harmonies of #B1C031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C031

Black with #B1C031

Text Example


Text Example

White with #B1C031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C031; }

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

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

background-color css

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

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

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

border-color css

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

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

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