Html Css Color HEX #BED736 Las Palmas

📋 copy color: '#BED736'

red 190 ◦ green 215 ◦ blue 54

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

Shades of Las Palmas #BED736

Tints of Las Palmas #BED736

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.84%

 BLUE value IS 54 (21.48% from 255) = 11.76%

R = 41.39%
G = 46.84%
B = 11.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#BED736 (or 0xBED736) is known color: Las Palmas. HEX triplet: BE, D7 and 36. RGB value is (190,215,54). Sum of RGB (Red+Green+Blue) = 190+215+54=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 54 (21.48% from 255 or 11.76% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #BED736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED736 is #4128C9. Grayscale: #BDBDBD. Windows color (decimal): -4270282 or 3594174. OLE color: 3594174.

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

Color convert

RGB 190 215 54 -
CMYK 0.12 0 0.75 0.16
HSL 69.32º 0.67% 0.53% -
HSV(B) 69.32º 0.75% 0.84% -
XYZ 46.2 59.81 12.6 -
YUV 189.17 51.72 128.59 -
System Red Green Blue C M Y K H S L
Decimal 190 215 54 0.12 0 0.75 0.16 69.32 0.67 0.53
Hex BE D7 36 C 0 4B 10 45 43 35
Octal 276 327 66 14 0 113 20 105 103 65
Binary 10111110 11010111 110110 1100 0 1001011 10000 1000101 1000011 110101

Color Harmonies of #BED736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED736

Black with #BED736

Text Example


Text Example

White with #BED736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED736; }

 p { color: rgb(190,215,54); }

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

background-color css

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

 a { background-color: rgb(190,215,54); }

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

border-color css

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

 span { border-color: rgb(190,215,54); }

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