Html Css Color HEX #B0C331 Bahia

📋 copy color: '#B0C331'

red 176 ◦ green 195 ◦ blue 49

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

Shades of Bahia #B0C331

Tints of Bahia #B0C331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.43%

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

R = 41.9%
G = 46.43%
B = 11.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#B0C331 (or 0xB0C331) is known color: Bahia. HEX triplet: B0, C3 and 31. RGB value is (176,195,49). Sum of RGB (Red+Green+Blue) = 176+195+49=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C331 is #4F3CCE. Grayscale: #ADADAD. Windows color (decimal): -5192911 or 3261360. OLE color: 3261360.

HSL color Cylindrical-coordinate representation of color #B0C331: hue angle of 67.81º 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 #B0C331 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 49 -
CMYK 0.10 0 0.75 0.24
HSL 67.81º 0.6% 0.48% -
HSV(B) 67.81º 0.75% 0.76% -
XYZ 37.97 48.48 10.26 -
YUV 172.68 58.21 130.37 -
System Red Green Blue C M Y K H S L
Decimal 176 195 49 0.10 0 0.75 0.24 67.81 0.6 0.48
Hex B0 C3 31 A 0 4B 18 44 3C 30
Octal 260 303 61 12 0 113 30 104 74 60
Binary 10110000 11000011 110001 1010 0 1001011 11000 1000100 111100 110000

Color Harmonies of #B0C331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C331

Black with #B0C331

Text Example


Text Example

White with #B0C331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C331; }

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

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

background-color css

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

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

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

border-color css

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

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

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