Html Css Color HEX #BED03A Las Palmas

📋 copy color: '#BED03A'

red 190 ◦ green 208 ◦ blue 58

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

Shades of Las Palmas #BED03A

Tints of Las Palmas #BED03A

RGB

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

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

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

R = 41.67%
G = 45.61%
B = 12.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#BED03A (or 0xBED03A) is known color: Las Palmas. HEX triplet: BE, D0 and 3A. RGB value is (190,208,58). Sum of RGB (Red+Green+Blue) = 190+208+58=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #BED03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED03A is #412FC5. Grayscale: #BABABA. Windows color (decimal): -4272070 or 3854526. OLE color: 3854526.

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

Color convert

RGB 190 208 58 -
CMYK 0.09 0 0.72 0.18
HSL 67.2º 0.61% 0.52% -
HSV(B) 67.2º 0.72% 0.82% -
XYZ 44.55 56.36 12.53 -
YUV 185.52 56.04 131.2 -
System Red Green Blue C M Y K H S L
Decimal 190 208 58 0.09 0 0.72 0.18 67.2 0.61 0.52
Hex BE D0 3A 9 0 48 12 43 3D 34
Octal 276 320 72 11 0 110 22 103 75 64
Binary 10111110 11010000 111010 1001 0 1001000 10010 1000011 111101 110100

Color Harmonies of #BED03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED03A

Black with #BED03A

Text Example


Text Example

White with #BED03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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