Html Css Color HEX #BED93C Las Palmas

📋 copy color: '#BED93C'

red 190 ◦ green 217 ◦ blue 60

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

Shades of Las Palmas #BED93C

Tints of Las Palmas #BED93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.85%

R = 40.69%
G = 46.47%
B = 12.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#BED93C (or 0xBED93C) is known color: Las Palmas. HEX triplet: BE, D9 and 3C. RGB value is (190,217,60). Sum of RGB (Red+Green+Blue) = 190+217+60=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #BED93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED93C is #4126C3. Grayscale: #BFBFBF. Windows color (decimal): -4269764 or 3987902. OLE color: 3987902.

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

Color convert

RGB 190 217 60 -
CMYK 0.12 0 0.72 0.15
HSL 70.32º 0.67% 0.54% -
HSV(B) 70.32º 0.72% 0.85% -
XYZ 46.86 60.9 13.56 -
YUV 191.03 54.05 127.27 -
System Red Green Blue C M Y K H S L
Decimal 190 217 60 0.12 0 0.72 0.15 70.32 0.67 0.54
Hex BE D9 3C C 0 48 F 46 43 36
Octal 276 331 74 14 0 110 17 106 103 66
Binary 10111110 11011001 111100 1100 0 1001000 1111 1000110 1000011 110110

Color Harmonies of #BED93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED93C

Black with #BED93C

Text Example


Text Example

White with #BED93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED93C; }

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

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

background-color css

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

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

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

border-color css

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

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

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