Html Css Color HEX #BED980 Sulu

📋 copy color: '#BED980'

red 190 ◦ green 217 ◦ blue 128

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

Shades of Sulu #BED980

Tints of Sulu #BED980

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.56%

 BLUE value IS 128 (50.39% from 255) = 23.93%

R = 35.51%
G = 40.56%
B = 23.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#BED980 (or 0xBED980) is known color: Sulu. HEX triplet: BE, D9 and 80. RGB value is (190,217,128). Sum of RGB (Red+Green+Blue) = 190+217+128=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #BED980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED980 is #41267F. Grayscale: #C7C7C7. Windows color (decimal): -4269696 or 8444350. OLE color: 8444350.

HSL color Cylindrical-coordinate representation of color #BED980: hue angle of 78.2º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BED980 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 217 128 -
CMYK 0.12 0 0.41 0.15
HSL 78.2º 0.54% 0.68% -
HSV(B) 78.2º 0.41% 0.85% -
XYZ 49.94 62.13 29.78 -
YUV 198.78 88.05 121.74 -
System Red Green Blue C M Y K H S L
Decimal 190 217 128 0.12 0 0.41 0.15 78.2 0.54 0.68
Hex BE D9 80 C 0 29 F 4E 36 44
Octal 276 331 200 14 0 51 17 116 66 104
Binary 10111110 11011001 10000000 1100 0 101001 1111 1001110 110110 1000100

Color Harmonies of #BED980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED980

Black with #BED980

Text Example


Text Example

White with #BED980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED980; }

 p { color: rgb(190,217,128); }

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

background-color css

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

 a { background-color: rgb(190,217,128); }

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

border-color css

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

 span { border-color: rgb(190,217,128); }

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