Html Css Color HEX #BED942 Las Palmas

📋 copy color: '#BED942'

red 190 ◦ green 217 ◦ blue 66

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

Shades of Las Palmas #BED942

Tints of Las Palmas #BED942

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.88%

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

R = 40.17%
G = 45.88%
B = 13.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#BED942 (or 0xBED942) is known color: Las Palmas. HEX triplet: BE, D9 and 42. RGB value is (190,217,66). Sum of RGB (Red+Green+Blue) = 190+217+66=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 66 (26.17% from 255 or 13.95% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #BED942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED942 is #4126BD. Grayscale: #C0C0C0. Windows color (decimal): -4269758 or 4381118. OLE color: 4381118.

HSL color Cylindrical-coordinate representation of color #BED942: hue angle of 70.73º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BED942 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 217 66 -
CMYK 0.12 0 0.70 0.15
HSL 70.73º 0.67% 0.55% -
HSV(B) 70.73º 0.7% 0.85% -
XYZ 47.03 60.97 14.44 -
YUV 191.71 57.05 126.78 -
System Red Green Blue C M Y K H S L
Decimal 190 217 66 0.12 0 0.70 0.15 70.73 0.67 0.55
Hex BE D9 42 C 0 46 F 47 43 37
Octal 276 331 102 14 0 106 17 107 103 67
Binary 10111110 11011001 1000010 1100 0 1000110 1111 1000111 1000011 110111

Color Harmonies of #BED942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED942

Black with #BED942

Text Example


Text Example

White with #BED942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED942; }

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

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

background-color css

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

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

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

border-color css

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

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

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