#BDCD41

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

Shades of Las Palmas #BDCD41

Tints of Las Palmas #BDCD41

Color information

#BDCD41 (or 0xBDCD41) is unknown color: approx Las Palmas. HEX triplet: BD, CD and 41. RGB value is (189,205,65). Sum of RGB (Red+Green+Blue) = 189+205+65=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCD41 is #4232BE. Grayscale: #B8B8B8. Windows color (decimal): -4338367 or 4312509. OLE color: 4312509.

HSL color Cylindrical-coordinate representation of color #BDCD41: hue angle of 66.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDCD41 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB18920565-
CMYK0.0800.680.20
HSL66.86º58.33%52.94%-
HSV(B)66.86º68.29%80.39%-
XYZ43.7754.8613.28-
YUV184.2660.7131.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 205 (80.47% from 255) = 44.66%
BLUE value IS 65 (25.78% from 255) = 14.16%
R=41.18%
G=44.66%
B=14.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189205650.0800.680.2066.8658.3352.94
HexBDCD41804414433a35
Octal275315101100104241037265
Binary10111101110011011000001100001000100101001000011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCD41; }

 p { color: rgb(189,205,65); }

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

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

 a { background-color: rgb(189,205,65); }

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

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

 span { border-color: rgb(189,205,65); }

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