Html Css Color HEX #BED73C Las Palmas

📋 copy color: '#BED73C'

red 190 ◦ green 215 ◦ blue 60

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

Shades of Las Palmas #BED73C

Tints of Las Palmas #BED73C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.24%

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

R = 40.86%
G = 46.24%
B = 12.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#BED73C (or 0xBED73C) is known color: Las Palmas. HEX triplet: BE, D7 and 3C. RGB value is (190,215,60). Sum of RGB (Red+Green+Blue) = 190+215+60=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #BED73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED73C is #4128C3. Grayscale: #BEBEBE. Windows color (decimal): -4270276 or 3987390. OLE color: 3987390.

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

Color convert

RGB 190 215 60 -
CMYK 0.12 0 0.72 0.16
HSL 69.68º 0.66% 0.54% -
HSV(B) 69.68º 0.72% 0.84% -
XYZ 46.35 59.87 13.39 -
YUV 189.86 54.72 128.1 -
System Red Green Blue C M Y K H S L
Decimal 190 215 60 0.12 0 0.72 0.16 69.68 0.66 0.54
Hex BE D7 3C C 0 48 10 46 42 36
Octal 276 327 74 14 0 110 20 106 102 66
Binary 10111110 11010111 111100 1100 0 1001000 10000 1000110 1000010 110110

Color Harmonies of #BED73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED73C

Black with #BED73C

Text Example


Text Example

White with #BED73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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