Html Css Color HEX #BED577 Sulu

📋 copy color: '#BED577'

red 190 ◦ green 213 ◦ blue 119

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

Shades of Sulu #BED577

Tints of Sulu #BED577

RGB

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

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

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

R = 36.4%
G = 40.8%
B = 22.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#BED577 (or 0xBED577) is known color: Sulu. HEX triplet: BE, D5 and 77. RGB value is (190,213,119). Sum of RGB (Red+Green+Blue) = 190+213+119=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #BED577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED577 is #412A88. Grayscale: #C3C3C3. Windows color (decimal): -4270729 or 7853502. OLE color: 7853502.

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

Color convert

RGB 190 213 119 -
CMYK 0.11 0 0.44 0.16
HSL 74.68º 0.53% 0.65% -
HSV(B) 74.68º 0.44% 0.84% -
XYZ 48.36 59.87 26.46 -
YUV 195.41 84.88 124.14 -
System Red Green Blue C M Y K H S L
Decimal 190 213 119 0.11 0 0.44 0.16 74.68 0.53 0.65
Hex BE D5 77 B 0 2C 10 4B 35 41
Octal 276 325 167 13 0 54 20 113 65 101
Binary 10111110 11010101 1110111 1011 0 101100 10000 1001011 110101 1000001

Color Harmonies of #BED577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED577

Black with #BED577

Text Example


Text Example

White with #BED577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED577; }

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

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

background-color css

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

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

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

border-color css

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

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

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