Html Css Color HEX #BED73B Las Palmas

📋 copy color: '#BED73B'

red 190 ◦ green 215 ◦ blue 59

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

Shades of Las Palmas #BED73B

Tints of Las Palmas #BED73B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.72%

R = 40.95%
G = 46.34%
B = 12.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#BED73B (or 0xBED73B) is known color: Las Palmas. HEX triplet: BE, D7 and 3B. RGB value is (190,215,59). Sum of RGB (Red+Green+Blue) = 190+215+59=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #BED73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED73B is #4128C4. Grayscale: #BEBEBE. Windows color (decimal): -4270277 or 3921854. OLE color: 3921854.

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

Color convert

RGB 190 215 59 -
CMYK 0.12 0 0.73 0.16
HSL 69.62º 0.66% 0.54% -
HSV(B) 69.62º 0.73% 0.84% -
XYZ 46.33 59.86 13.25 -
YUV 189.74 54.22 128.18 -
System Red Green Blue C M Y K H S L
Decimal 190 215 59 0.12 0 0.73 0.16 69.62 0.66 0.54
Hex BE D7 3B C 0 49 10 46 42 36
Octal 276 327 73 14 0 111 20 106 102 66
Binary 10111110 11010111 111011 1100 0 1001001 10000 1000110 1000010 110110

Color Harmonies of #BED73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED73B

Black with #BED73B

Text Example


Text Example

White with #BED73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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