Html Css Color HEX #BED23A Las Palmas

📋 copy color: '#BED23A'

red 190 ◦ green 210 ◦ blue 58

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

Shades of Las Palmas #BED23A

Tints of Las Palmas #BED23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.66%

R = 41.48%
G = 45.85%
B = 12.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#BED23A (or 0xBED23A) is known color: Las Palmas. HEX triplet: BE, D2 and 3A. RGB value is (190,210,58). Sum of RGB (Red+Green+Blue) = 190+210+58=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #BED23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED23A is #412DC5. Grayscale: #BBBBBB. Windows color (decimal): -4271558 or 3855038. OLE color: 3855038.

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

Color convert

RGB 190 210 58 -
CMYK 0.10 0 0.72 0.18
HSL 67.89º 0.63% 0.53% -
HSV(B) 67.89º 0.72% 0.82% -
XYZ 45.05 57.35 12.7 -
YUV 186.69 55.37 130.36 -
System Red Green Blue C M Y K H S L
Decimal 190 210 58 0.10 0 0.72 0.18 67.89 0.63 0.53
Hex BE D2 3A A 0 48 12 44 3F 35
Octal 276 322 72 12 0 110 22 104 77 65
Binary 10111110 11010010 111010 1010 0 1001000 10010 1000100 111111 110101

Color Harmonies of #BED23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED23A

Black with #BED23A

Text Example


Text Example

White with #BED23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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