Html Css Color HEX #BED53D Las Palmas

📋 copy color: '#BED53D'

red 190 ◦ green 213 ◦ blue 61

#BED53D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #BED53D

Tints of Las Palmas #BED53D

RGB

 RED value IS 190 (74.61% from 255) = 40.95%

 GREEN value IS 213 (83.59% from 255) = 45.91%

 BLUE value IS 61 (24.22% from 255) = 13.15%

R = 40.95%
G = 45.91%
B = 13.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#BED53D (or 0xBED53D) is known color: Las Palmas. HEX triplet: BE, D5 and 3D. RGB value is (190,213,61). Sum of RGB (Red+Green+Blue) = 190+213+61=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #BED53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED53D is #412AC2. Grayscale: #BDBDBD. Windows color (decimal): -4270787 or 4052414. OLE color: 4052414.

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

Color convert

RGB 190 213 61 -
CMYK 0.11 0 0.71 0.16
HSL 69.08º 0.64% 0.54% -
HSV(B) 69.08º 0.71% 0.84% -
XYZ 45.87 58.87 13.36 -
YUV 188.8 55.88 128.86 -
System Red Green Blue C M Y K H S L
Decimal 190 213 61 0.11 0 0.71 0.16 69.08 0.64 0.54
Hex BE D5 3D B 0 47 10 45 40 36
Octal 276 325 75 13 0 107 20 105 100 66
Binary 10111110 11010101 111101 1011 0 1000111 10000 1000101 1000000 110110

Color Harmonies of #BED53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED53D

Black with #BED53D

Text Example


Text Example

White with #BED53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED53D; }

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

 H1.HeaderClassName
 {
   color: #BED53D;
 }
 .AnyTagClassName
 {
   color: #BED53D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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