Html Css Color HEX #BED043 Las Palmas

📋 copy color: '#BED043'

red 190 ◦ green 208 ◦ blue 67

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

Shades of Las Palmas #BED043

Tints of Las Palmas #BED043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.41%

R = 40.86%
G = 44.73%
B = 14.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#BED043 (or 0xBED043) is known color: Las Palmas. HEX triplet: BE, D0 and 43. RGB value is (190,208,67). Sum of RGB (Red+Green+Blue) = 190+208+67=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #BED043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED043 is #412FBC. Grayscale: #BBBBBB. Windows color (decimal): -4272061 or 4444350. OLE color: 4444350.

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

Color convert

RGB 190 208 67 -
CMYK 0.09 0 0.68 0.18
HSL 67.66º 0.6% 0.54% -
HSV(B) 67.66º 0.68% 0.82% -
XYZ 44.8 56.46 13.85 -
YUV 186.54 60.54 130.46 -
System Red Green Blue C M Y K H S L
Decimal 190 208 67 0.09 0 0.68 0.18 67.66 0.6 0.54
Hex BE D0 43 9 0 44 12 44 3C 36
Octal 276 320 103 11 0 104 22 104 74 66
Binary 10111110 11010000 1000011 1001 0 1000100 10010 1000100 111100 110110

Color Harmonies of #BED043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED043

Black with #BED043

Text Example


Text Example

White with #BED043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED043; }

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

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

background-color css

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

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

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

border-color css

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

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

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