Html Css Color HEX #BED33C Las Palmas

📋 copy color: '#BED33C'

red 190 ◦ green 211 ◦ blue 60

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

Shades of Las Palmas #BED33C

Tints of Las Palmas #BED33C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.77%

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

R = 41.21%
G = 45.77%
B = 13.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#BED33C (or 0xBED33C) is known color: Las Palmas. HEX triplet: BE, D3 and 3C. RGB value is (190,211,60). Sum of RGB (Red+Green+Blue) = 190+211+60=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #BED33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED33C is #412CC3. Grayscale: #BCBCBC. Windows color (decimal): -4271300 or 3986366. OLE color: 3986366.

HSL color Cylindrical-coordinate representation of color #BED33C: hue angle of 68.34º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BED33C is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 60 -
CMYK 0.10 0 0.72 0.17
HSL 68.34º 0.63% 0.53% -
HSV(B) 68.34º 0.72% 0.83% -
XYZ 45.35 57.86 13.05 -
YUV 187.51 56.04 129.78 -
System Red Green Blue C M Y K H S L
Decimal 190 211 60 0.10 0 0.72 0.17 68.34 0.63 0.53
Hex BE D3 3C A 0 48 11 44 3F 35
Octal 276 323 74 12 0 110 21 104 77 65
Binary 10111110 11010011 111100 1010 0 1001000 10001 1000100 111111 110101

Color Harmonies of #BED33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED33C

Black with #BED33C

Text Example


Text Example

White with #BED33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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