#BECD3D

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

Shades of Las Palmas #BECD3D

Tints of Las Palmas #BECD3D

Color information

#BECD3D (or 0xBECD3D) is unknown color: approx Las Palmas. HEX triplet: BE, CD and 3D. RGB value is (190,205,61). Sum of RGB (Red+Green+Blue) = 190+205+61=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECD3D is #4132C2. Grayscale: #B8B8B8. Windows color (decimal): -4272835 or 4050366. OLE color: 4050366.

HSL color Cylindrical-coordinate representation of color #BECD3D: hue angle of 66.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BECD3D is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB19020561-
CMYK0.0700.700.20
HSL66.25º59.02%52.16%-
HSV(B)66.25º70.24%80.39%-
XYZ43.9154.9512.71-
YUV184.158.53132.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 205 (80.47% from 255) = 44.96%
BLUE value IS 61 (24.22% from 255) = 13.38%
R=41.67%
G=44.96%
B=13.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190205610.0700.700.2066.2559.0252.16
HexBECD3D704614423b34
Octal2763157570106241027364
Binary101111101100110111110111101000110101001000010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECD3D; }

 p { color: rgb(190,205,61); }

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

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

 a { background-color: rgb(190,205,61); }

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

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

 span { border-color: rgb(190,205,61); }

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