Html Css Color HEX #BED278 Deco

📋 copy color: '#BED278'

red 190 ◦ green 210 ◦ blue 120

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

Shades of Deco #BED278

Tints of Deco #BED278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.08%

R = 36.54%
G = 40.38%
B = 23.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#BED278 (or 0xBED278) is known color: Deco. HEX triplet: BE, D2 and 78. RGB value is (190,210,120). Sum of RGB (Red+Green+Blue) = 190+210+120=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #BED278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED278 is #412D87. Grayscale: #C2C2C2. Windows color (decimal): -4271496 or 7918270. OLE color: 7918270.

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

Color convert

RGB 190 210 120 -
CMYK 0.10 0 0.43 0.18
HSL 73.33º 0.5% 0.65% -
HSV(B) 73.33º 0.43% 0.82% -
XYZ 47.67 58.4 26.53 -
YUV 193.76 86.37 125.32 -
System Red Green Blue C M Y K H S L
Decimal 190 210 120 0.10 0 0.43 0.18 73.33 0.5 0.65
Hex BE D2 78 A 0 2B 12 49 32 41
Octal 276 322 170 12 0 53 22 111 62 101
Binary 10111110 11010010 1111000 1010 0 101011 10010 1001001 110010 1000001

Color Harmonies of #BED278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED278

Black with #BED278

Text Example


Text Example

White with #BED278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED278; }

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

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

background-color css

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

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

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

border-color css

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

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

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