#B0B81A

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

Shades of Bahia #B0B81A

Tints of Bahia #B0B81A

Color information

#B0B81A (or 0xB0B81A) is unknown color: approx Bahia. HEX triplet: B0, B8 and 1A. RGB value is (176,184,26). Sum of RGB (Red+Green+Blue) = 176+184+26=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B81A is #4F47E5. Grayscale: #A4A4A4. Windows color (decimal): -5195750 or 1751216. OLE color: 1751216.

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

Color convert

RGB17618426-
CMYK0.0400.860.28
HSL63.04º75.24%41.18%-
HSV(B)63.04º85.87%72.16%-
XYZ35.2343.597.53-
YUV163.650.35136.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 184 (72.27% from 255) = 47.67%
BLUE value IS 26 (10.55% from 255) = 6.74%
R=45.60%
G=47.67%
B=6.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176184260.0400.860.2863.0475.2441.18
HexB0B81A40561C3f4b29
Octal2602703240126347711351
Binary10110000101110001101010001010110111001111111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B81A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B81A; }

 p { color: rgb(176,184,26); }

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

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

 a { background-color: rgb(176,184,26); }

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

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

 span { border-color: rgb(176,184,26); }

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