Html Css Color HEX #BED242 Las Palmas

📋 copy color: '#BED242'

red 190 ◦ green 210 ◦ blue 66

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

Shades of Las Palmas #BED242

Tints of Las Palmas #BED242

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.06%

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

R = 40.77%
G = 45.06%
B = 14.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#BED242 (or 0xBED242) is known color: Las Palmas. HEX triplet: BE, D2 and 42. RGB value is (190,210,66). Sum of RGB (Red+Green+Blue) = 190+210+66=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #BED242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED242 is #412DBD. Grayscale: #BCBCBC. Windows color (decimal): -4271550 or 4379326. OLE color: 4379326.

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

Color convert

RGB 190 210 66 -
CMYK 0.10 0 0.69 0.18
HSL 68.33º 0.62% 0.54% -
HSV(B) 68.33º 0.69% 0.82% -
XYZ 45.27 57.43 13.85 -
YUV 187.6 59.37 129.71 -
System Red Green Blue C M Y K H S L
Decimal 190 210 66 0.10 0 0.69 0.18 68.33 0.62 0.54
Hex BE D2 42 A 0 45 12 44 3E 36
Octal 276 322 102 12 0 105 22 104 76 66
Binary 10111110 11010010 1000010 1010 0 1000101 10010 1000100 111110 110110

Color Harmonies of #BED242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED242

Black with #BED242

Text Example


Text Example

White with #BED242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED242; }

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

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

background-color css

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

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

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

border-color css

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

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

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