#BDD03A

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

Shades of Las Palmas #BDD03A

Tints of Las Palmas #BDD03A

Color information

#BDD03A (or 0xBDD03A) is unknown color: approx Las Palmas. HEX triplet: BD, D0 and 3A. RGB value is (189,208,58). Sum of RGB (Red+Green+Blue) = 189+208+58=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD03A is #422FC5. Grayscale: #B9B9B9. Windows color (decimal): -4337606 or 3854525. OLE color: 3854525.

HSL color Cylindrical-coordinate representation of color #BDD03A: hue angle of 67.6º 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 #BDD03A is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB18920858-
CMYK0.0900.720.18
HSL67.6º61.48%52.16%-
HSV(B)67.6º72.12%81.57%-
XYZ44.3156.2412.52-
YUV185.2256.21130.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 208 (81.64% from 255) = 45.71%
BLUE value IS 58 (23.05% from 255) = 12.75%
R=41.54%
G=45.71%
B=12.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189208580.0900.720.1867.661.4852.16
HexBDD03A904812443d34
Octal27532072110110221047564
Binary1011110111010000111010100101001000100101000100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD03A; }

 p { color: rgb(189,208,58); }

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

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

 a { background-color: rgb(189,208,58); }

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

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

 span { border-color: rgb(189,208,58); }

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