Html Css Color HEX #BED579 Sulu

📋 copy color: '#BED579'

red 190 ◦ green 213 ◦ blue 121

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

Shades of Sulu #BED579

Tints of Sulu #BED579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.09%

R = 36.26%
G = 40.65%
B = 23.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#BED579 (or 0xBED579) is known color: Sulu. HEX triplet: BE, D5 and 79. RGB value is (190,213,121). Sum of RGB (Red+Green+Blue) = 190+213+121=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #BED579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED579 is #412A86. Grayscale: #C3C3C3. Windows color (decimal): -4270727 or 7984574. OLE color: 7984574.

HSL color Cylindrical-coordinate representation of color #BED579: hue angle of 75º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BED579 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 121 -
CMYK 0.11 0 0.43 0.16
HSL 75º 0.52% 0.65% -
HSV(B) 75º 0.43% 0.84% -
XYZ 48.48 59.92 27.1 -
YUV 195.64 85.88 123.98 -
System Red Green Blue C M Y K H S L
Decimal 190 213 121 0.11 0 0.43 0.16 75 0.52 0.65
Hex BE D5 79 B 0 2B 10 4B 34 41
Octal 276 325 171 13 0 53 20 113 64 101
Binary 10111110 11010101 1111001 1011 0 101011 10000 1001011 110100 1000001

Color Harmonies of #BED579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED579

Black with #BED579

Text Example


Text Example

White with #BED579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED579; }

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

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

background-color css

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

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

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

border-color css

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

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

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