Html Css Color HEX #BED03C Las Palmas

📋 copy color: '#BED03C'

red 190 ◦ green 208 ◦ blue 60

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

Shades of Las Palmas #BED03C

Tints of Las Palmas #BED03C

RGB

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

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

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

R = 41.48%
G = 45.41%
B = 13.1%

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

#BED03C (or 0xBED03C) is known color: Las Palmas. HEX triplet: BE, D0 and 3C. RGB value is (190,208,60). Sum of RGB (Red+Green+Blue) = 190+208+60=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #BED03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED03C is #412FC3. Grayscale: #BABABA. Windows color (decimal): -4272068 or 3985598. OLE color: 3985598.

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

Color convert

RGB 190 208 60 -
CMYK 0.09 0 0.71 0.18
HSL 67.3º 0.61% 0.53% -
HSV(B) 67.3º 0.71% 0.82% -
XYZ 44.61 56.39 12.81 -
YUV 185.75 57.04 131.03 -
System Red Green Blue C M Y K H S L
Decimal 190 208 60 0.09 0 0.71 0.18 67.3 0.61 0.53
Hex BE D0 3C 9 0 47 12 43 3D 35
Octal 276 320 74 11 0 107 22 103 75 65
Binary 10111110 11010000 111100 1001 0 1000111 10010 1000011 111101 110101

Color Harmonies of #BED03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED03C

Black with #BED03C

Text Example


Text Example

White with #BED03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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