#BED935

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

Shades of Las Palmas #BED935

Tints of Las Palmas #BED935

Color information

#BED935 (or 0xBED935) is unknown color: approx Las Palmas. HEX triplet: BE, D9 and 35. RGB value is (190,217,53). Sum of RGB (Red+Green+Blue) = 190+217+53=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 53 (21.09% from 255 or 11.52% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #BED935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED935 is #4126CA. Grayscale: #BEBEBE. Windows color (decimal): -4269771 or 3529150. OLE color: 3529150.

HSL color Cylindrical-coordinate representation of color #BED935: hue angle of 69.88º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BED935 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB19021753-
CMYK0.1200.760.15
HSL69.88º68.33%52.94%-
HSV(B)69.88º75.58%85.1%-
XYZ46.6960.8312.65-
YUV190.2350.55127.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 217 (85.16% from 255) = 47.17%
BLUE value IS 53 (21.09% from 255) = 11.52%
R=41.30%
G=47.17%
B=11.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal190217530.1200.760.1569.8868.3352.94
HexBED935C04CF464435
Octal276331651401141710610465
Binary1011111011011001110101110001001100111110001101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED935; }

 p { color: rgb(190,217,53); }

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

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

 a { background-color: rgb(190,217,53); }

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

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

 span { border-color: rgb(190,217,53); }

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