Html Css Color HEX #BED277 Deco

📋 copy color: '#BED277'

red 190 ◦ green 210 ◦ blue 119

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

Shades of Deco #BED277

Tints of Deco #BED277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.93%

R = 36.61%
G = 40.46%
B = 22.93%

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

#BED277 (or 0xBED277) is known color: Deco. HEX triplet: BE, D2 and 77. RGB value is (190,210,119). Sum of RGB (Red+Green+Blue) = 190+210+119=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #BED277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED277 is #412D88. Grayscale: #C1C1C1. Windows color (decimal): -4271497 or 7852734. OLE color: 7852734.

HSL color Cylindrical-coordinate representation of color #BED277: hue angle of 73.19º 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 #BED277 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 119 -
CMYK 0.10 0 0.43 0.18
HSL 73.19º 0.5% 0.65% -
HSV(B) 73.19º 0.43% 0.82% -
XYZ 47.61 58.37 26.21 -
YUV 193.65 85.87 125.4 -
System Red Green Blue C M Y K H S L
Decimal 190 210 119 0.10 0 0.43 0.18 73.19 0.5 0.65
Hex BE D2 77 A 0 2B 12 49 32 41
Octal 276 322 167 12 0 53 22 111 62 101
Binary 10111110 11010010 1110111 1010 0 101011 10010 1001001 110010 1000001

Color Harmonies of #BED277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED277

Black with #BED277

Text Example


Text Example

White with #BED277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED277; }

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

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

background-color css

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

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

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

border-color css

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

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

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