Html Css Color HEX #BED580 Sulu

📋 copy color: '#BED580'

red 190 ◦ green 213 ◦ blue 128

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

Shades of Sulu #BED580

Tints of Sulu #BED580

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.11%

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

R = 35.78%
G = 40.11%
B = 24.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#BED580 (or 0xBED580) is known color: Sulu. HEX triplet: BE, D5 and 80. RGB value is (190,213,128). Sum of RGB (Red+Green+Blue) = 190+213+128=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #BED580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED580 is #412A7F. Grayscale: #C4C4C4. Windows color (decimal): -4270720 or 8443326. OLE color: 8443326.

HSL color Cylindrical-coordinate representation of color #BED580: hue angle of 76.24º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BED580 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 128 -
CMYK 0.11 0 0.40 0.16
HSL 76.24º 0.5% 0.67% -
HSV(B) 76.24º 0.4% 0.84% -
XYZ 48.93 60.09 29.44 -
YUV 196.43 89.38 123.41 -
System Red Green Blue C M Y K H S L
Decimal 190 213 128 0.11 0 0.40 0.16 76.24 0.5 0.67
Hex BE D5 80 B 0 28 10 4C 32 43
Octal 276 325 200 13 0 50 20 114 62 103
Binary 10111110 11010101 10000000 1011 0 101000 10000 1001100 110010 1000011

Color Harmonies of #BED580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED580

Black with #BED580

Text Example


Text Example

White with #BED580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED580; }

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

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

background-color css

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

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

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

border-color css

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

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

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