Html Css Color HEX #BED53B Las Palmas

📋 copy color: '#BED53B'

red 190 ◦ green 213 ◦ blue 59

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

Shades of Las Palmas #BED53B

Tints of Las Palmas #BED53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.77%

R = 41.13%
G = 46.1%
B = 12.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#BED53B (or 0xBED53B) is known color: Las Palmas. HEX triplet: BE, D5 and 3B. RGB value is (190,213,59). Sum of RGB (Red+Green+Blue) = 190+213+59=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 59 (23.44% from 255 or 12.77% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #BED53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED53B is #412AC4. Grayscale: #BDBDBD. Windows color (decimal): -4270789 or 3921342. OLE color: 3921342.

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

Color convert

RGB 190 213 59 -
CMYK 0.11 0 0.72 0.16
HSL 68.96º 0.65% 0.53% -
HSV(B) 68.96º 0.72% 0.84% -
XYZ 45.82 58.85 13.08 -
YUV 188.57 54.88 129.02 -
System Red Green Blue C M Y K H S L
Decimal 190 213 59 0.11 0 0.72 0.16 68.96 0.65 0.53
Hex BE D5 3B B 0 48 10 45 41 35
Octal 276 325 73 13 0 110 20 105 101 65
Binary 10111110 11010101 111011 1011 0 1001000 10000 1000101 1000001 110101

Color Harmonies of #BED53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED53B

Black with #BED53B

Text Example


Text Example

White with #BED53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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