Html Css Color HEX #BED276 Deco

📋 copy color: '#BED276'

red 190 ◦ green 210 ◦ blue 118

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

Shades of Deco #BED276

Tints of Deco #BED276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.78%

R = 36.68%
G = 40.54%
B = 22.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#BED276 (or 0xBED276) is known color: Deco. HEX triplet: BE, D2 and 76. RGB value is (190,210,118). Sum of RGB (Red+Green+Blue) = 190+210+118=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #BED276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED276 is #412D89. Grayscale: #C1C1C1. Windows color (decimal): -4271498 or 7787198. OLE color: 7787198.

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

Color convert

RGB 190 210 118 -
CMYK 0.10 0 0.44 0.18
HSL 73.04º 0.51% 0.64% -
HSV(B) 73.04º 0.44% 0.82% -
XYZ 47.55 58.35 25.9 -
YUV 193.53 85.37 125.48 -
System Red Green Blue C M Y K H S L
Decimal 190 210 118 0.10 0 0.44 0.18 73.04 0.51 0.64
Hex BE D2 76 A 0 2C 12 49 33 40
Octal 276 322 166 12 0 54 22 111 63 100
Binary 10111110 11010010 1110110 1010 0 101100 10010 1001001 110011 1000000

Color Harmonies of #BED276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED276

Black with #BED276

Text Example


Text Example

White with #BED276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED276; }

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

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

background-color css

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

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

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

border-color css

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

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

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