Html Css Color HEX #BED877 Sulu

📋 copy color: '#BED877'

red 190 ◦ green 216 ◦ blue 119

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

Shades of Sulu #BED877

Tints of Sulu #BED877

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.14%

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

R = 36.19%
G = 41.14%
B = 22.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#BED877 (or 0xBED877) is known color: Sulu. HEX triplet: BE, D8 and 77. RGB value is (190,216,119). Sum of RGB (Red+Green+Blue) = 190+216+119=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #BED877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED877 is #412788. Grayscale: #C5C5C5. Windows color (decimal): -4269961 or 7854270. OLE color: 7854270.

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

Color convert

RGB 190 216 119 -
CMYK 0.12 0 0.45 0.15
HSL 76.08º 0.55% 0.66% -
HSV(B) 76.08º 0.45% 0.85% -
XYZ 49.12 61.39 26.71 -
YUV 197.17 83.89 122.89 -
System Red Green Blue C M Y K H S L
Decimal 190 216 119 0.12 0 0.45 0.15 76.08 0.55 0.66
Hex BE D8 77 C 0 2D F 4C 37 42
Octal 276 330 167 14 0 55 17 114 67 102
Binary 10111110 11011000 1110111 1100 0 101101 1111 1001100 110111 1000010

Color Harmonies of #BED877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED877

Black with #BED877

Text Example


Text Example

White with #BED877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED877; }

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

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

background-color css

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

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

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

border-color css

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

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

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