#B0C326

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

Shades of Bahia #B0C326

Tints of Bahia #B0C326

Color information

#B0C326 (or 0xB0C326) is unknown color: approx Bahia. HEX triplet: B0, C3 and 26. RGB value is (176,195,38). Sum of RGB (Red+Green+Blue) = 176+195+38=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C326 is #4F3CD9. Grayscale: #ACACAC. Windows color (decimal): -5192922 or 2540464. OLE color: 2540464.

HSL color Cylindrical-coordinate representation of color #B0C326: hue angle of 67.26º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0C326 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB17619538-
CMYK0.1000.810.24
HSL67.26º67.38%45.69%-
HSV(B)67.26º80.51%76.47%-
XYZ37.7748.49.19-
YUV171.4252.71131.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 195 (76.56% from 255) = 47.68%
BLUE value IS 38 (15.23% from 255) = 9.29%
R=43.03%
G=47.68%
B=9.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176195380.1000.810.2467.2667.3845.69
HexB0C326A0511843432e
Octal260303461201213010310356
Binary10110000110000111001101010010100011100010000111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C326; }

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

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

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

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

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

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

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

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