Html Css Color HEX #B0C231 Bahia

📋 copy color: '#B0C231'

red 176 ◦ green 194 ◦ blue 49

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

Shades of Bahia #B0C231

Tints of Bahia #B0C231

RGB

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

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

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

R = 42%
G = 46.3%
B = 11.69%

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

#B0C231 (or 0xB0C231) is known color: Bahia. HEX triplet: B0, C2 and 31. RGB value is (176,194,49). Sum of RGB (Red+Green+Blue) = 176+194+49=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C231 is #4F3DCE. Grayscale: #ACACAC. Windows color (decimal): -5193167 or 3261104. OLE color: 3261104.

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

Color convert

RGB 176 194 49 -
CMYK 0.09 0 0.75 0.24
HSL 67.45º 0.6% 0.48% -
HSV(B) 67.45º 0.75% 0.76% -
XYZ 37.75 48.04 10.19 -
YUV 172.09 58.54 130.79 -
System Red Green Blue C M Y K H S L
Decimal 176 194 49 0.09 0 0.75 0.24 67.45 0.6 0.48
Hex B0 C2 31 9 0 4B 18 43 3C 30
Octal 260 302 61 11 0 113 30 103 74 60
Binary 10110000 11000010 110001 1001 0 1001011 11000 1000011 111100 110000

Color Harmonies of #B0C231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C231

Black with #B0C231

Text Example


Text Example

White with #B0C231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C231; }

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

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

background-color css

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

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

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

border-color css

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

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

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