Html Css Color HEX #BED779 Sulu

📋 copy color: '#BED779'

red 190 ◦ green 215 ◦ blue 121

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

Shades of Sulu #BED779

Tints of Sulu #BED779

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.87%

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

R = 36.12%
G = 40.87%
B = 23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#BED779 (or 0xBED779) is known color: Sulu. HEX triplet: BE, D7 and 79. RGB value is (190,215,121). Sum of RGB (Red+Green+Blue) = 190+215+121=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 121 (47.66% from 255 or 23.00% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #BED779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED779 is #412886. Grayscale: #C5C5C5. Windows color (decimal): -4270215 or 7985086. OLE color: 7985086.

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

Color convert

RGB 190 215 121 -
CMYK 0.12 0 0.44 0.16
HSL 75.96º 0.54% 0.66% -
HSV(B) 75.96º 0.44% 0.84% -
XYZ 48.99 60.93 27.27 -
YUV 196.81 85.22 123.14 -
System Red Green Blue C M Y K H S L
Decimal 190 215 121 0.12 0 0.44 0.16 75.96 0.54 0.66
Hex BE D7 79 C 0 2C 10 4C 36 42
Octal 276 327 171 14 0 54 20 114 66 102
Binary 10111110 11010111 1111001 1100 0 101100 10000 1001100 110110 1000010

Color Harmonies of #BED779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED779

Black with #BED779

Text Example


Text Example

White with #BED779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED779; }

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

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

background-color css

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

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

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

border-color css

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

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

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