Html Css Color HEX #BED23D Las Palmas

📋 copy color: '#BED23D'

red 190 ◦ green 210 ◦ blue 61

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

Shades of Las Palmas #BED23D

Tints of Las Palmas #BED23D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.55%

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

R = 41.21%
G = 45.55%
B = 13.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#BED23D (or 0xBED23D) is known color: Las Palmas. HEX triplet: BE, D2 and 3D. RGB value is (190,210,61). Sum of RGB (Red+Green+Blue) = 190+210+61=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #BED23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED23D is #412DC2. Grayscale: #BBBBBB. Windows color (decimal): -4271555 or 4051646. OLE color: 4051646.

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

Color convert

RGB 190 210 61 -
CMYK 0.10 0 0.71 0.18
HSL 68.05º 0.62% 0.53% -
HSV(B) 68.05º 0.71% 0.82% -
XYZ 45.12 57.38 13.11 -
YUV 187.03 56.87 130.12 -
System Red Green Blue C M Y K H S L
Decimal 190 210 61 0.10 0 0.71 0.18 68.05 0.62 0.53
Hex BE D2 3D A 0 47 12 44 3E 35
Octal 276 322 75 12 0 107 22 104 76 65
Binary 10111110 11010010 111101 1010 0 1000111 10010 1000100 111110 110101

Color Harmonies of #BED23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED23D

Black with #BED23D

Text Example


Text Example

White with #BED23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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