#B0B71C

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

Shades of Bahia #B0B71C

Tints of Bahia #B0B71C

Color information

#B0B71C (or 0xB0B71C) is unknown color: approx Bahia. HEX triplet: B0, B7 and 1C. RGB value is (176,183,28). Sum of RGB (Red+Green+Blue) = 176+183+28=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B71C is #4F48E3. Grayscale: #A3A3A3. Windows color (decimal): -5196004 or 1882032. OLE color: 1882032.

HSL color Cylindrical-coordinate representation of color #B0B71C: hue angle of 62.71º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0B71C is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB17618328-
CMYK0.0400.850.28
HSL62.71º73.46%41.37%-
HSV(B)62.71º84.7%71.76%-
XYZ35.0543.187.59-
YUV163.2451.68137.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 183 (71.88% from 255) = 47.29%
BLUE value IS 28 (11.33% from 255) = 7.24%
R=45.48%
G=47.29%
B=7.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176183280.0400.850.2862.7173.4641.37
HexB0B71C40551C3f4929
Octal2602673440125347711151
Binary10110000101101111110010001010101111001111111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B71C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B71C; }

 p { color: rgb(176,183,28); }

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

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

 a { background-color: rgb(176,183,28); }

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

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

 span { border-color: rgb(176,183,28); }

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