Html Css Color HEX #BED341 Las Palmas

📋 copy color: '#BED341'

red 190 ◦ green 211 ◦ blue 65

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

Shades of Las Palmas #BED341

Tints of Las Palmas #BED341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.28%

 BLUE value IS 65 (25.78% from 255) = 13.95%

R = 40.77%
G = 45.28%
B = 13.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#BED341 (or 0xBED341) is known color: Las Palmas. HEX triplet: BE, D3 and 41. RGB value is (190,211,65). Sum of RGB (Red+Green+Blue) = 190+211+65=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 211 - color contains mainly: green. Hex color #BED341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED341 is #412CBE. Grayscale: #BCBCBC. Windows color (decimal): -4271295 or 4314046. OLE color: 4314046.

HSL color Cylindrical-coordinate representation of color #BED341: hue angle of 68.63º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BED341 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 65 -
CMYK 0.10 0 0.69 0.17
HSL 68.63º 0.62% 0.54% -
HSV(B) 68.63º 0.69% 0.83% -
XYZ 45.48 57.92 13.78 -
YUV 188.08 58.54 129.37 -
System Red Green Blue C M Y K H S L
Decimal 190 211 65 0.10 0 0.69 0.17 68.63 0.62 0.54
Hex BE D3 41 A 0 45 11 45 3E 36
Octal 276 323 101 12 0 105 21 105 76 66
Binary 10111110 11010011 1000001 1010 0 1000101 10001 1000101 111110 110110

Color Harmonies of #BED341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED341

Black with #BED341

Text Example


Text Example

White with #BED341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED341; }

 p { color: rgb(190,211,65); }

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

background-color css

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

 a { background-color: rgb(190,211,65); }

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

border-color css

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

 span { border-color: rgb(190,211,65); }

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