#BAD03B

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

Shades of Las Palmas #BAD03B

Tints of Las Palmas #BAD03B

Color information

#BAD03B (or 0xBAD03B) is unknown color: approx Las Palmas. HEX triplet: BA, D0 and 3B. RGB value is (186,208,59). Sum of RGB (Red+Green+Blue) = 186+208+59=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD03B is #452FC4. Grayscale: #B9B9B9. Windows color (decimal): -4534213 or 3920058. OLE color: 3920058.

HSL color Cylindrical-coordinate representation of color #BAD03B: hue angle of 68.86º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAD03B is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB18620859-
CMYK0.1100.720.18
HSL68.86º61.32%52.35%-
HSV(B)68.86º71.63%81.57%-
XYZ43.5955.8712.62-
YUV184.4457.21129.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 208 (81.64% from 255) = 45.92%
BLUE value IS 59 (23.44% from 255) = 13.02%
R=41.06%
G=45.92%
B=13.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186208590.1100.720.1868.8661.3252.35
HexBAD03BB04812453d34
Octal27232073130110221057564
Binary1011101011010000111011101101001000100101000101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD03B; }

 p { color: rgb(186,208,59); }

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

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

 a { background-color: rgb(186,208,59); }

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

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

 span { border-color: rgb(186,208,59); }

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