Html Css Color HEX #BED145 Las Palmas

📋 copy color: '#BED145'

red 190 ◦ green 209 ◦ blue 69

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

Shades of Las Palmas #BED145

Tints of Las Palmas #BED145

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.66%

 BLUE value IS 69 (27.34% from 255) = 14.74%

R = 40.6%
G = 44.66%
B = 14.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#BED145 (or 0xBED145) is known color: Las Palmas. HEX triplet: BE, D1 and 45. RGB value is (190,209,69). Sum of RGB (Red+Green+Blue) = 190+209+69=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #BED145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED145 is #412EBA. Grayscale: #BBBBBB. Windows color (decimal): -4271803 or 4575678. OLE color: 4575678.

HSL color Cylindrical-coordinate representation of color #BED145: hue angle of 68.14º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BED145 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 209 69 -
CMYK 0.09 0 0.67 0.18
HSL 68.14º 0.6% 0.55% -
HSV(B) 68.14º 0.67% 0.82% -
XYZ 45.11 56.98 14.25 -
YUV 187.36 61.21 129.88 -
System Red Green Blue C M Y K H S L
Decimal 190 209 69 0.09 0 0.67 0.18 68.14 0.6 0.55
Hex BE D1 45 9 0 43 12 44 3C 37
Octal 276 321 105 11 0 103 22 104 74 67
Binary 10111110 11010001 1000101 1001 0 1000011 10010 1000100 111100 110111

Color Harmonies of #BED145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED145

Black with #BED145

Text Example


Text Example

White with #BED145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED145; }

 p { color: rgb(190,209,69); }

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

background-color css

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

 a { background-color: rgb(190,209,69); }

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

border-color css

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

 span { border-color: rgb(190,209,69); }

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