Html Css Color HEX #B1C231 Bahia

📋 copy color: '#B1C231'

red 177 ◦ green 194 ◦ blue 49

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

Shades of Bahia #B1C231

Tints of Bahia #B1C231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.19%

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

R = 42.14%
G = 46.19%
B = 11.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#B1C231 (or 0xB1C231) is known color: Bahia. HEX triplet: B1, C2 and 31. RGB value is (177,194,49). Sum of RGB (Red+Green+Blue) = 177+194+49=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C231 is #4E3DCE. Grayscale: #ACACAC. Windows color (decimal): -5127631 or 3261105. OLE color: 3261105.

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

Color convert

RGB 177 194 49 -
CMYK 0.09 0 0.75 0.24
HSL 67.03º 0.6% 0.48% -
HSV(B) 67.03º 0.75% 0.76% -
XYZ 37.98 48.15 10.2 -
YUV 172.39 58.37 131.29 -
System Red Green Blue C M Y K H S L
Decimal 177 194 49 0.09 0 0.75 0.24 67.03 0.6 0.48
Hex B1 C2 31 9 0 4B 18 43 3C 30
Octal 261 302 61 11 0 113 30 103 74 60
Binary 10110001 11000010 110001 1001 0 1001011 11000 1000011 111100 110000

Color Harmonies of #B1C231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C231

Black with #B1C231

Text Example


Text Example

White with #B1C231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C231; }

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

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

background-color css

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

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

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

border-color css

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

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

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