Html Css Color HEX #BED876 Sulu

📋 copy color: '#BED876'

red 190 ◦ green 216 ◦ blue 118

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

Shades of Sulu #BED876

Tints of Sulu #BED876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.52%

R = 36.26%
G = 41.22%
B = 22.52%

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

#BED876 (or 0xBED876) is known color: Sulu. HEX triplet: BE, D8 and 76. RGB value is (190,216,118). Sum of RGB (Red+Green+Blue) = 190+216+118=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #BED876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED876 is #412789. Grayscale: #C5C5C5. Windows color (decimal): -4269962 or 7788734. OLE color: 7788734.

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

Color convert

RGB 190 216 118 -
CMYK 0.12 0 0.45 0.15
HSL 75.92º 0.56% 0.65% -
HSV(B) 75.92º 0.45% 0.85% -
XYZ 49.06 61.37 26.4 -
YUV 197.05 83.39 122.97 -
System Red Green Blue C M Y K H S L
Decimal 190 216 118 0.12 0 0.45 0.15 75.92 0.56 0.65
Hex BE D8 76 C 0 2D F 4C 38 41
Octal 276 330 166 14 0 55 17 114 70 101
Binary 10111110 11011000 1110110 1100 0 101101 1111 1001100 111000 1000001

Color Harmonies of #BED876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED876

Black with #BED876

Text Example


Text Example

White with #BED876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED876; }

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

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

background-color css

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

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

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

border-color css

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

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

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