Html Css Color HEX #BED33D Las Palmas

📋 copy color: '#BED33D'

red 190 ◦ green 211 ◦ blue 61

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

Shades of Las Palmas #BED33D

Tints of Las Palmas #BED33D

RGB

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

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

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

R = 41.13%
G = 45.67%
B = 13.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#BED33D (or 0xBED33D) is known color: Las Palmas. HEX triplet: BE, D3 and 3D. RGB value is (190,211,61). Sum of RGB (Red+Green+Blue) = 190+211+61=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #BED33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED33D is #412CC2. Grayscale: #BCBCBC. Windows color (decimal): -4271299 or 4051902. OLE color: 4051902.

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

Color convert

RGB 190 211 61 -
CMYK 0.10 0 0.71 0.17
HSL 68.4º 0.63% 0.53% -
HSV(B) 68.4º 0.71% 0.83% -
XYZ 45.37 57.87 13.19 -
YUV 187.62 56.54 129.7 -
System Red Green Blue C M Y K H S L
Decimal 190 211 61 0.10 0 0.71 0.17 68.4 0.63 0.53
Hex BE D3 3D A 0 47 11 44 3F 35
Octal 276 323 75 12 0 107 21 104 77 65
Binary 10111110 11010011 111101 1010 0 1000111 10001 1000100 111111 110101

Color Harmonies of #BED33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED33D

Black with #BED33D

Text Example


Text Example

White with #BED33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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