Html Css Color HEX #BED348 Las Palmas

📋 copy color: '#BED348'

red 190 ◦ green 211 ◦ blue 72

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

Shades of Las Palmas #BED348

Tints of Las Palmas #BED348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.22%

R = 40.17%
G = 44.61%
B = 15.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#BED348 (or 0xBED348) is known color: Las Palmas. HEX triplet: BE, D3 and 48. RGB value is (190,211,72). Sum of RGB (Red+Green+Blue) = 190+211+72=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #BED348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED348 is #412CB7. Grayscale: #BDBDBD. Windows color (decimal): -4271288 or 4772798. OLE color: 4772798.

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

Color convert

RGB 190 211 72 -
CMYK 0.10 0 0.66 0.17
HSL 69.06º 0.61% 0.55% -
HSV(B) 69.06º 0.66% 0.83% -
XYZ 45.7 58 14.92 -
YUV 188.88 62.04 128.8 -
System Red Green Blue C M Y K H S L
Decimal 190 211 72 0.10 0 0.66 0.17 69.06 0.61 0.55
Hex BE D3 48 A 0 42 11 45 3D 37
Octal 276 323 110 12 0 102 21 105 75 67
Binary 10111110 11010011 1001000 1010 0 1000010 10001 1000101 111101 110111

Color Harmonies of #BED348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED348

Black with #BED348

Text Example


Text Example

White with #BED348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED348; }

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

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

background-color css

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

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

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

border-color css

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

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

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