#B3BD30

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

Shades of Bahia #B3BD30

Tints of Bahia #B3BD30

Color information

#B3BD30 (or 0xB3BD30) is unknown color: approx Bahia. HEX triplet: B3, BD and 30. RGB value is (179,189,48). Sum of RGB (Red+Green+Blue) = 179+189+48=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BD30 is #4C42CF. Grayscale: #AAAAAA. Windows color (decimal): -4997840 or 3194291. OLE color: 3194291.

HSL color Cylindrical-coordinate representation of color #B3BD30: hue angle of 64.26º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3BD30 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB17918948-
CMYK0.0500.750.26
HSL64.26º59.49%46.47%-
HSV(B)64.26º74.6%74.12%-
XYZ37.3246.199.75-
YUV169.9459.19134.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 189 (74.22% from 255) = 45.43%
BLUE value IS 48 (19.14% from 255) = 11.54%
R=43.03%
G=45.43%
B=11.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179189480.0500.750.2664.2659.4946.47
HexB3BD30504B1A403b2e
Octal2632756050113321007356
Binary101100111011110111000010101001011110101000000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BD30; }

 p { color: rgb(179,189,48); }

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

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

 a { background-color: rgb(179,189,48); }

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

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

 span { border-color: rgb(179,189,48); }

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