Html Css Color HEX #B0C131 Bahia

📋 copy color: '#B0C131'

red 176 ◦ green 193 ◦ blue 49

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

Shades of Bahia #B0C131

Tints of Bahia #B0C131

RGB

 RED value IS 176 (69.14% from 255) = 42.11%

 GREEN value IS 193 (75.78% from 255) = 46.17%

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

R = 42.11%
G = 46.17%
B = 11.72%

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

#B0C131 (or 0xB0C131) is known color: Bahia. HEX triplet: B0, C1 and 31. RGB value is (176,193,49). Sum of RGB (Red+Green+Blue) = 176+193+49=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C131 is #4F3ECE. Grayscale: #ACACAC. Windows color (decimal): -5193423 or 3260848. OLE color: 3260848.

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

Color convert

RGB 176 193 49 -
CMYK 0.09 0 0.75 0.24
HSL 67.08º 0.6% 0.47% -
HSV(B) 67.08º 0.75% 0.76% -
XYZ 37.53 47.59 10.11 -
YUV 171.5 58.87 131.21 -
System Red Green Blue C M Y K H S L
Decimal 176 193 49 0.09 0 0.75 0.24 67.08 0.6 0.47
Hex B0 C1 31 9 0 4B 18 43 3C 2F
Octal 260 301 61 11 0 113 30 103 74 57
Binary 10110000 11000001 110001 1001 0 1001011 11000 1000011 111100 101111

Color Harmonies of #B0C131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C131

Black with #B0C131

Text Example


Text Example

White with #B0C131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C131; }

 p { color: rgb(176,193,49); }

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

background-color css

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

 a { background-color: rgb(176,193,49); }

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

border-color css

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

 span { border-color: rgb(176,193,49); }

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