#B0CC2B

Color #B0CC2B Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #B0CC2B

Tints of Bahia #B0CC2B

Color information

#B0CC2B (or 0xB0CC2B) is unknown color: approx Bahia. HEX triplet: B0, CC and 2B. RGB value is (176,204,43). Sum of RGB (Red+Green+Blue) = 176+204+43=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CC2B is #4F33D4. Grayscale: #B1B1B1. Windows color (decimal): -5190613 or 2870448. OLE color: 2870448.

HSL color Cylindrical-coordinate representation of color #B0CC2B: hue angle of 70.43º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0CC2B is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB17620443-
CMYK0.1400.790.2
HSL70.43º65.18%48.43%-
HSV(B)70.43º78.92%80%-
XYZ39.9352.5910.33-
YUV177.2752.22127.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 204 (80.08% from 255) = 48.23%
BLUE value IS 43 (17.19% from 255) = 10.17%
R=41.61%
G=48.23%
B=10.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal176204430.1400.790.270.4365.1848.43
HexB0CC2BE04F14464130
Octal260314531601172410610160
Binary10110000110011001010111110010011111010010001101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CC2B; }

 p { color: rgb(176,204,43); }

 H1.HeaderClassName
 {
   color: #B0CC2B;
 }
 .AnyTagClassName
 {
   color: #B0CC2B;
 }
</style>
background-color css

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

 a { background-color: rgb(176,204,43); }

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

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

 span { border-color: rgb(176,204,43); }

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