Html Css Color HEX #BED03D Las Palmas

📋 copy color: '#BED03D'

red 190 ◦ green 208 ◦ blue 61

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

Shades of Las Palmas #BED03D

Tints of Las Palmas #BED03D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.32%

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

R = 41.39%
G = 45.32%
B = 13.29%

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

#BED03D (or 0xBED03D) is known color: Las Palmas. HEX triplet: BE, D0 and 3D. RGB value is (190,208,61). Sum of RGB (Red+Green+Blue) = 190+208+61=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #BED03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED03D is #412FC2. Grayscale: #BABABA. Windows color (decimal): -4272067 or 4051134. OLE color: 4051134.

HSL color Cylindrical-coordinate representation of color #BED03D: hue angle of 67.35º degrees, saturation: 0.61, 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 #BED03D is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 208 61 -
CMYK 0.09 0 0.71 0.18
HSL 67.35º 0.61% 0.53% -
HSV(B) 67.35º 0.71% 0.82% -
XYZ 44.63 56.4 12.95 -
YUV 185.86 57.54 130.95 -
System Red Green Blue C M Y K H S L
Decimal 190 208 61 0.09 0 0.71 0.18 67.35 0.61 0.53
Hex BE D0 3D 9 0 47 12 43 3D 35
Octal 276 320 75 11 0 107 22 103 75 65
Binary 10111110 11010000 111101 1001 0 1000111 10010 1000011 111101 110101

Color Harmonies of #BED03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED03D

Black with #BED03D

Text Example


Text Example

White with #BED03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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