Html Css Color HEX #BED342 Las Palmas

📋 copy color: '#BED342'

red 190 ◦ green 211 ◦ blue 66

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

Shades of Las Palmas #BED342

Tints of Las Palmas #BED342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.13%

R = 40.69%
G = 45.18%
B = 14.13%

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

#BED342 (or 0xBED342) is known color: Las Palmas. HEX triplet: BE, D3 and 42. RGB value is (190,211,66). Sum of RGB (Red+Green+Blue) = 190+211+66=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #BED342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED342 is #412CBD. Grayscale: #BCBCBC. Windows color (decimal): -4271294 or 4379582. OLE color: 4379582.

HSL color Cylindrical-coordinate representation of color #BED342: hue angle of 68.69º 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 #BED342 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 66 -
CMYK 0.10 0 0.69 0.17
HSL 68.69º 0.62% 0.54% -
HSV(B) 68.69º 0.69% 0.83% -
XYZ 45.51 57.93 13.94 -
YUV 188.19 59.04 129.29 -
System Red Green Blue C M Y K H S L
Decimal 190 211 66 0.10 0 0.69 0.17 68.69 0.62 0.54
Hex BE D3 42 A 0 45 11 45 3E 36
Octal 276 323 102 12 0 105 21 105 76 66
Binary 10111110 11010011 1000010 1010 0 1000101 10001 1000101 111110 110110

Color Harmonies of #BED342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED342

Black with #BED342

Text Example


Text Example

White with #BED342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED342; }

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

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

background-color css

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

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

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

border-color css

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

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

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