Html Css Color HEX #B0BC15 Bahia

📋 copy color: '#B0BC15'

red 176 ◦ green 188 ◦ blue 21

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

Shades of Bahia #B0BC15

Tints of Bahia #B0BC15

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.83%

 BLUE value IS 21 (8.59% from 255) = 5.45%

R = 45.71%
G = 48.83%
B = 5.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#B0BC15 (or 0xB0BC15) is known color: Bahia. HEX triplet: B0, BC and 15. RGB value is (176,188,21). Sum of RGB (Red+Green+Blue) = 176+188+21=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BC15 is #4F43EA. Grayscale: #A6A6A6. Windows color (decimal): -5194731 or 1424560. OLE color: 1424560.

HSL color Cylindrical-coordinate representation of color #B0BC15: hue angle of 64.31º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0BC15 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 188 21 -
CMYK 0.06 0 0.89 0.26
HSL 64.31º 0.8% 0.41% -
HSV(B) 64.31º 0.89% 0.74% -
XYZ 36.02 45.25 7.55 -
YUV 165.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 176 188 21 0.06 0 0.89 0.26 64.31 0.8 0.41
Hex B0 BC 15 6 0 59 1A 40 50 29
Octal 260 274 25 6 0 131 32 100 120 51
Binary 10110000 10111100 10101 110 0 1011001 11010 1000000 1010000 101001

Color Harmonies of #B0BC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC15

Black with #B0BC15

Text Example


Text Example

White with #B0BC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC15; }

 p { color: rgb(176,188,21); }

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

background-color css

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

 a { background-color: rgb(176,188,21); }

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

border-color css

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

 span { border-color: rgb(176,188,21); }

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