#b0c628

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

Shades of Bahia #B0C628

Tints of Bahia #B0C628

Color information

#B0C628 (or 0xB0C628) is unknown color: approx Bahia. HEX triplet: B0, C6 and 28. RGB value is (176,198,40). Sum of RGB (Red+Green+Blue) = 176+198+40=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C628 is #4F39D7. Grayscale: #AEAEAE. Windows color (decimal): -5192152 or 2672304. OLE color: 2672304.

HSL color Cylindrical-coordinate representation of color #B0C628: hue angle of 68.35º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0C628 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB17619840-
CMYK0.1100.800.22
HSL68.35º66.39%46.67%-
HSV(B)68.35º79.8%77.65%-
XYZ38.4849.779.59-
YUV173.4152.71129.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 198 (77.73% from 255) = 47.83%
BLUE value IS 40 (16.02% from 255) = 9.66%
R=42.51%
G=47.83%
B=9.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176198400.1100.800.2268.3566.3946.67
HexB0C628B0501644422f
Octal260306501301202610410257
Binary10110000110001101010001011010100001011010001001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0c628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0c628; }

 p { color: rgb(176,198,40); }

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

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

 a { background-color: rgb(176,198,40); }

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

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

 span { border-color: rgb(176,198,40); }

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