Html Css Color HEX #BED13D Las Palmas

📋 copy color: '#BED13D'

red 190 ◦ green 209 ◦ blue 61

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

Shades of Las Palmas #BED13D

Tints of Las Palmas #BED13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.26%

R = 41.3%
G = 45.43%
B = 13.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#BED13D (or 0xBED13D) is known color: Las Palmas. HEX triplet: BE, D1 and 3D. RGB value is (190,209,61). Sum of RGB (Red+Green+Blue) = 190+209+61=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #BED13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED13D is #412EC2. Grayscale: #BBBBBB. Windows color (decimal): -4271811 or 4051390. OLE color: 4051390.

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

Color convert

RGB 190 209 61 -
CMYK 0.09 0 0.71 0.18
HSL 67.7º 0.62% 0.53% -
HSV(B) 67.7º 0.71% 0.82% -
XYZ 44.88 56.89 13.03 -
YUV 186.45 57.21 130.53 -
System Red Green Blue C M Y K H S L
Decimal 190 209 61 0.09 0 0.71 0.18 67.7 0.62 0.53
Hex BE D1 3D 9 0 47 12 44 3E 35
Octal 276 321 75 11 0 107 22 104 76 65
Binary 10111110 11010001 111101 1001 0 1000111 10010 1000100 111110 110101

Color Harmonies of #BED13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED13D

Black with #BED13D

Text Example


Text Example

White with #BED13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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