#B0B425

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

Shades of Bahia #B0B425

Tints of Bahia #B0B425

Color information

#B0B425 (or 0xB0B425) is unknown color: approx Bahia. HEX triplet: B0, B4 and 25. RGB value is (176,180,37). Sum of RGB (Red+Green+Blue) = 176+180+37=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B425 is #4F4BDA. Grayscale: #A3A3A3. Windows color (decimal): -5196763 or 2471088. OLE color: 2471088.

HSL color Cylindrical-coordinate representation of color #B0B425: hue angle of 61.68º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0B425 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB17618037-
CMYK0.0200.790.29
HSL61.68º65.9%42.55%-
HSV(B)61.68º79.44%70.59%-
XYZ34.5642.018.04-
YUV162.557.17137.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 37 (14.84% from 255) = 9.41%
R=44.78%
G=45.80%
B=9.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176180370.0200.790.2961.6865.942.55
HexB0B425204F1D3e422b
Octal2602644520117357610253
Binary10110000101101001001011001001111111011111101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B425; }

 p { color: rgb(176,180,37); }

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

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

 a { background-color: rgb(176,180,37); }

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

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

 span { border-color: rgb(176,180,37); }

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