#B0B91E

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

Shades of Bahia #B0B91E

Tints of Bahia #B0B91E

Color information

#B0B91E (or 0xB0B91E) is unknown color: approx Bahia. HEX triplet: B0, B9 and 1E. RGB value is (176,185,30). Sum of RGB (Red+Green+Blue) = 176+185+30=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B91E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B91E is #4F46E1. Grayscale: #A5A5A5. Windows color (decimal): -5195490 or 2013616. OLE color: 2013616.

HSL color Cylindrical-coordinate representation of color #B0B91E: hue angle of 63.48º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0B91E is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB17618530-
CMYK0.0500.840.27
HSL63.48º72.09%42.16%-
HSV(B)63.48º83.78%72.55%-
XYZ35.4944.027.85-
YUV164.6452.02136.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 185 (72.66% from 255) = 47.31%
BLUE value IS 30 (12.11% from 255) = 7.67%
R=45.01%
G=47.31%
B=7.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176185300.0500.840.2763.4872.0942.16
HexB0B91E50541B3f482a
Octal2602713650124337711052
Binary10110000101110011111010101010100110111111111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B91E; }

 p { color: rgb(176,185,30); }

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

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

 a { background-color: rgb(176,185,30); }

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

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

 span { border-color: rgb(176,185,30); }

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