#BDE233

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

Shades of Las Palmas #BDE233

Tints of Las Palmas #BDE233

Color information

#BDE233 (or 0xBDE233) is unknown color: approx Las Palmas. HEX triplet: BD, E2 and 33. RGB value is (189,226,51). Sum of RGB (Red+Green+Blue) = 189+226+51=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE233 is #421DCC. Grayscale: #C3C3C3. Windows color (decimal): -4333005 or 3400381. OLE color: 3400381.

HSL color Cylindrical-coordinate representation of color #BDE233: hue angle of 72.69º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDE233 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB18922651-
CMYK0.1600.770.11
HSL72.69º75.11%54.31%-
HSV(B)72.69º77.43%88.63%-
XYZ48.7865.4513.19-
YUV194.9946.74123.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 226 (88.67% from 255) = 48.50%
BLUE value IS 51 (20.31% from 255) = 10.94%
R=40.56%
G=48.50%
B=10.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal189226510.1600.770.1172.6975.1154.31
HexBDE2331004DB494b36
Octal275342632001151311111366
Binary10111101111000101100111000001001101101110010011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE233; }

 p { color: rgb(189,226,51); }

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

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

 a { background-color: rgb(189,226,51); }

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

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

 span { border-color: rgb(189,226,51); }

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