Html Css Color HEX #BED178 Deco

📋 copy color: '#BED178'

red 190 ◦ green 209 ◦ blue 120

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

Shades of Deco #BED178

Tints of Deco #BED178

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.27%

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

R = 36.61%
G = 40.27%
B = 23.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#BED178 (or 0xBED178) is known color: Deco. HEX triplet: BE, D1 and 78. RGB value is (190,209,120). Sum of RGB (Red+Green+Blue) = 190+209+120=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #BED178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED178 is #412E87. Grayscale: #C1C1C1. Windows color (decimal): -4271752 or 7918014. OLE color: 7918014.

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

Color convert

RGB 190 209 120 -
CMYK 0.09 0 0.43 0.18
HSL 72.81º 0.49% 0.65% -
HSV(B) 72.81º 0.43% 0.82% -
XYZ 47.43 57.9 26.45 -
YUV 193.17 86.71 125.74 -
System Red Green Blue C M Y K H S L
Decimal 190 209 120 0.09 0 0.43 0.18 72.81 0.49 0.65
Hex BE D1 78 9 0 2B 12 49 31 41
Octal 276 321 170 11 0 53 22 111 61 101
Binary 10111110 11010001 1111000 1001 0 101011 10010 1001001 110001 1000001

Color Harmonies of #BED178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED178

Black with #BED178

Text Example


Text Example

White with #BED178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED178; }

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

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

background-color css

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

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

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

border-color css

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

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

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