Html Css Color HEX #BED445 Las Palmas

📋 copy color: '#BED445'

red 190 ◦ green 212 ◦ blue 69

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

Shades of Las Palmas #BED445

Tints of Las Palmas #BED445

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.01%

 BLUE value IS 69 (27.34% from 255) = 14.65%

R = 40.34%
G = 45.01%
B = 14.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#BED445 (or 0xBED445) is known color: Las Palmas. HEX triplet: BE, D4 and 45. RGB value is (190,212,69). Sum of RGB (Red+Green+Blue) = 190+212+69=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #BED445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED445 is #412BBA. Grayscale: #BDBDBD. Windows color (decimal): -4271035 or 4576446. OLE color: 4576446.

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

Color convert

RGB 190 212 69 -
CMYK 0.10 0 0.67 0.17
HSL 69.23º 0.62% 0.55% -
HSV(B) 69.23º 0.67% 0.83% -
XYZ 45.85 58.46 14.5 -
YUV 189.12 60.21 128.63 -
System Red Green Blue C M Y K H S L
Decimal 190 212 69 0.10 0 0.67 0.17 69.23 0.62 0.55
Hex BE D4 45 A 0 43 11 45 3E 37
Octal 276 324 105 12 0 103 21 105 76 67
Binary 10111110 11010100 1000101 1010 0 1000011 10001 1000101 111110 110111

Color Harmonies of #BED445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED445

Black with #BED445

Text Example


Text Example

White with #BED445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED445; }

 p { color: rgb(190,212,69); }

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

background-color css

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

 a { background-color: rgb(190,212,69); }

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

border-color css

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

 span { border-color: rgb(190,212,69); }

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