#B0C626

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

Shades of Bahia #B0C626

Tints of Bahia #B0C626

Color information

#B0C626 (or 0xB0C626) is unknown color: approx Bahia. HEX triplet: B0, C6 and 26. RGB value is (176,198,38). Sum of RGB (Red+Green+Blue) = 176+198+38=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C626 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C626 is #4F39D9. Grayscale: #ADADAD. Windows color (decimal): -5192154 or 2541232. OLE color: 2541232.

HSL color Cylindrical-coordinate representation of color #B0C626: hue angle of 68.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0C626 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB17619838-
CMYK0.1100.810.22
HSL68.25º67.8%46.27%-
HSV(B)68.25º80.81%77.65%-
XYZ38.4549.769.41-
YUV173.1851.71130.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 198 (77.73% from 255) = 48.06%
BLUE value IS 38 (15.23% from 255) = 9.22%
R=42.72%
G=48.06%
B=9.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176198380.1100.810.2268.2567.846.27
HexB0C626B0511644442e
Octal260306461301212610410456
Binary10110000110001101001101011010100011011010001001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C626; }

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

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

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

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

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

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

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

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